Ricardo Wurmus writes:
> mikadoZero writes:
>
>> I am trying to switch the root user from zsh to bash.
>>
>> The relevant part of my system configuration is:
>>
>> (users (cons (user-account
>>(name "guix")
>>(group "users")
>>(supplementary-groups '("wheel" "netdev" "
mikadoZero writes:
> I am trying to switch the root user from zsh to bash.
>
> The relevant part of my system configuration is:
>
> (users (cons (user-account
> (name "guix")
> (group "users")
> (supplementary-groups '("wheel" "netdev" "audio"))
> (home-directo
I am trying to switch the root user from zsh to bash.
The relevant part of my system configuration is:
(users (cons (user-account
(name "guix")
(group "users")
(supplementary-groups '("wheel" "netdev" "audio"))
(home-directory "/home/guix"))