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"; };