From 776095c81796c072593574d02f9332236b7990eb Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Fri, 23 Aug 2024 11:25:23 +0200 Subject: [PATCH] update --- hosts/server/modules/jackflix/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/server/modules/jackflix/default.nix b/hosts/server/modules/jackflix/default.nix index 56b87a6..c78b660 100644 --- a/hosts/server/modules/jackflix/default.nix +++ b/hosts/server/modules/jackflix/default.nix @@ -24,8 +24,9 @@ in { users = { groups.nixarr = { }; users.nixarr = { - isSystemUser = true; + isNormalUser = true; group = "nixarr"; + extraGroups = [ "docker" ]; hashedPassword = "$y$j9T$9.hOJCwwmryq3PzEOGtjZ.$hu/76TghEjongcbls7oDoN2GWRqg8AwCknq.CS0zB.8"; };