Hi! On March 12, 2023 4:07:25 AM GMT-03:00, "Boris A. Dekshteyn" <boris.deksht...@gmail.com> wrote: >SeerLite <seerl...@disroot.org> writes: > >> >> sudo guix system reconfigure ~/.config/guix/system-config.scm > >sudo -E ... >
No, that will create root-owned files in ~/.cache. I always get trouble using sudo -E because programs tend to create root-owned files under ~. There's no need for -E as guix doesn't need any environment variable from the user to reconfigure, everything is self contained in the `guix` binary and the system configuration file. SeerLite