Hi Irfan,
Irfan S <[email protected]> writes: > Hi Peri, > > Peri Didaskalou <[email protected]> writes: > >> After saving the file and subsequently rebooting, I logged in as myself > you must run the command ‘sudo -E guix system reconfigure > /path/to/config-file.scm’ [...] >(the -E flag to sudo preserves the calling user’s environment, which uses the >guix version pulled by them This is misleading. Even without -E sudo will pass through PATH with the default configuration on Guix System. So even without -E the user's `guix` executable is used. Using -E is semi-dangerous as it can leave you user's .cache folder with root owned files. Rutherther
