Hello Thomas,
"Thomas Ieong" <th.ie...@free.fr> writes: > Hey, > > I have a guix system setup and I was wondering if it was necessary to guix > pull from times to times with the root user. > > My understanding was that guix pull with your regular user was enough with > sudo guix system reconfigure <your-conf.scm> Yes, exactly. sudo will use the guix from your user's path, so root's guix is not used for this. Root's guix is used by default only on foreign distros, where the guix-daemon service is ran out of root's guix profile. On Guix System there is nothing that would by default use root's guix and most users do not use it. So unless you have a special purpose for it and run something from root directly, you don't need to pull it at all and can even delete the root's generations to save up some space. Regards, Rutherther