Make setup-user able to use nix
This commit is contained in:
parent
280b30a0b2
commit
43869c3623
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ if [ (id -u) -eq 0 ]
|
|||
--comment "PortValhalla setup user" \
|
||||
--system \
|
||||
--no-user-group \
|
||||
--groups wheel \
|
||||
--groups wheel nix-users \
|
||||
--create-home \
|
||||
--uid (getConfig valhalla.setupUser.id --json) \
|
||||
"$name"
|
||||
|
|
Loading…
Reference in a new issue