[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: |
Leo Famulari |
Subject: |
bug#29706: GuixSD: Please add the ability to change shells for root |
Date: |
Tue, 19 Dec 2017 10:39:13 -0500 |
User-agent: |
Mutt/1.9.2 (2017-12-15) |
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
> (user-account
> (name "root")
> (uid 0)
> (group "root")
> (supplementary-groups '("home-directory"))
> (home-directory "/root")
> (shell (file-append zsh "/bin/zsh")))
> (user-account
> (name "fusion809")
> (comment "Brenton Horne")
> (group "users")
> (supplementary-groups '("wheel" "netdev"
> "audio" "video"))
> (home-directory "/home/fusion809")
> (shell "/run/current-system/profile/bin/zsh"))
> %base-user-accounts))
>
> guessing the problem here is that I have two user-account fields?
Right, if you are adding more than one element to %base-user-accounts,
you'll need to use cons* instead of cons.
(users (cons* (user-account
(name "root")
...)
(user-account
(name "fusion809")
...)
%base-user-accounts))
signature.asc
Description: PGP signature
- bug#29706: GuixSD: Please add the ability to change shells for root, BJH2017, 2017/12/14
- bug#29706: GuixSD: Please add the ability to change shells for root, Ludovic Courtès, 2017/12/18
- Message not available
- bug#29706: GuixSD: Please add the ability to change shells for root, Ludovic Courtès, 2017/12/19
- bug#29706: GuixSD: Please add the ability to change shells for root, BJH2017, 2017/12/19
- bug#29706: GuixSD: Please add the ability to change shells for root, Ricardo Wurmus, 2017/12/19
- bug#29706: GuixSD: Please add the ability to change shells for root, Alex Sassmannshausen, 2017/12/19
- bug#29706: GuixSD: Please add the ability to change shells for root,
Leo Famulari <=
- bug#29706: GuixSD: Please add the ability to change shells for root, Ludovic Courtès, 2017/12/19