Hi,
For more context, see:
https://issues.guix.gnu.org/issue/29706
On Mon, 18 Dec 2017 at 23:18, [email protected] (Ludovic Courtès) wrote:
> BJH2017 <[email protected]> skribis:
>
>> Using the configuration file /etc/config.scm it is fairly straight forward
>> to change shells for a given user account on GuixSD 0.14.0, such as using:
>>
>> (operating system
>> (users (cons (user-account
>> (name "user")
>> ....
>> (shell "/run/current-system/profile/bin/zsh")))))
>>
>> , but for root this is impossible. Is it possible this feature could be
>> added?
>
> I just realized it’s actually possible: if you add an account with
> UID 0, then that account is the root account.
[...]
> I’ve clarified the situation:
>
>
> https://git.savannah.gnu.org/cgit/guix.git/commit/?id=45f6211730157c50ade4dbf770e60871f1067ad6
Years later, closing.
Cheers,
simon