bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#29706: GuixSD: Please add the ability to change shells for root


From: BJH2017
Subject: bug#29706: GuixSD: Please add the ability to change shells for root
Date: Thu, 14 Dec 2017 18:38:26 +1000

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?

reply via email to

[Prev in Thread] Current Thread [Next in Thread]