Make setup-user able to use nix

This commit is contained in:
Manuel Thalmann 2024-07-15 13:15:07 +02:00
parent 4b63af36ca
commit f993f4da5e

View file

@ -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"