From 272ccaa2f3ab0630ecbf37b667e93b59d78286e6 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Mon, 15 Jul 2024 13:17:00 +0200 Subject: [PATCH] Fix syntax error --- 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 0a68c188..4ecdbacf 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 nix-users \ + --groups wheel,nix-users \ --create-home \ --uid (getConfig valhalla.setupUser.id --json) \ "$name"