From e853e941a8ac4fdf89d32d95e2ee18ee28074206 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Mon, 16 Sep 2024 18:14:56 +0000 Subject: [PATCH] changed to use uid numbers --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 6918619..8afd58a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -50,7 +50,7 @@ in if [ ! -d /conf ]; then mkdir /conf chmod 0755 /conf - chown appdaemon:users /conf + chown 1000:100 /conf fi '';