From f993f4da5e526abdbb1f17c4f02a3ddf8d51d00c Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Mon, 15 Jul 2024 13:15:07 +0200 Subject: [PATCH] Make setup-user able to use `nix` --- scripts/Common/OS/install.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Common/OS/install.fish b/scripts/Common/OS/install.fish index 8aeed8c1..506a7d06 100644 --- a/scripts/Common/OS/install.fish +++ b/scripts/Common/OS/install.fish @@ -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"