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

2017-12-19 Thread Ludovic Courtès
Hello, BJH2017 skribis: > Ya I do have %base-user-accounts in my config file here is what I had for > user accounts in full: > > (users (cons > (user-account > (name "root") > (uid 0) > (group "root") > (supplementar

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

2017-12-19 Thread Leo Famulari
On Wed, Dec 20, 2017 at 01:02:02AM +1000, BJH2017 wrote: > (thought I had CC'ed the group with my last comment but unfortunately gmail > doesn't do this by default, sorry) > > Ya I do have %base-user-accounts in my config file here is what I had for > user accounts in full: > > (users (cons >

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

2017-12-19 Thread Alex Sassmannshausen
Hi, BJH2017 writes: > (thought I had CC'ed the group with my last comment but unfortunately gmail > doesn't do this by default, sorry) > > Ya I do have %base-user-accounts in my config file here is what I had for > user accounts in full: > > (users (cons > (user-account > (name "root") > (uid

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

2017-12-19 Thread Ricardo Wurmus
Hi, > (users (cons > (user-account > (name "root") > (uid 0) > (group "root") > (supplementary-groups '("home-directory")) > (home-directory "/root") > (shell (file-append zsh "/bin/zsh

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

2017-12-19 Thread BJH2017
(thought I had CC'ed the group with my last comment but unfortunately gmail doesn't do this by default, sorry) Ya I do have %base-user-accounts in my config file here is what I had for user accounts in full: (users (cons (user-account (name "root")

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

2017-12-19 Thread Ludovic Courtès
Please always keep the list Cc’d. BJH2017 skribis: > No it doesn't, I have this at the moment: > > (name "root") > (uid 0) > (group "root") > (home-directory "/root") > (shell (file-append zsh "/bin/zsh"))) > > and I

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

2017-12-18 Thread Ludovic Courtès
Hi, BJH2017 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") >

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

2017-12-14 Thread BJH2017
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