Thomas Danckaert <[email protected]> writes:
> From: Ricardo Wurmus <[email protected]> > Subject: Re: very old daemon = no substitutes? > Date: Mon, 23 Dec 2019 15:01:10 +0100 > >> Double check /etc/guix/acl to make sure that the public key for >> ci.guix.gnu.org is listed there. > > Thank you very much! I found the cause of the problem: 'guix archive > --authorize' was updating the file /usr/local/etc/guix/acl instead of > /etc/guix/acl. Manually replacing /etc/guix/acl fixed the problem > (wish I'd found out 2 days ago :-D ). > > Any idea why 'guix archive' is looking at /usr/local/...and what I > could do about that? Your Guix was probably configured without “--prefix=/” or without “--sysconfroot=/etc”. The default prefix in the GNU system is always “/usr/local”. -- Ricardo
