This commit is contained in:
Hadi
2024-08-22 16:02:10 +02:00
parent 58d809d860
commit 88a8168ce2
3 changed files with 17 additions and 11 deletions

View File

@@ -1,17 +1,21 @@
{
imports = [
./jellyfin.nix
./jellyseerr.nix
./prowlarr.nix
./radarr.nix
./sonarr.nix
./transmission.nix
# ./jellyfin.nix
# ./jellyseerr.nix
# ./prowlarr.nix
# ./radarr.nix
# ./sonarr.nix
# ./transmission.nix
];
users.groups = { jackflix = { }; };
users.users.jackflix = {
isNormalUser = true;
home = "/home/jackflix";
description = "My own netflix";
extraGroups = [ "docker" ];
hashedPassword =
"$y$j9T$9.hOJCwwmryq3PzEOGtjZ.$hu/76TghEjongcbls7oDoN2GWRqg8AwCknq.CS0zB.8";
extraGroups = [ "docker" "jackflix" ];
};
}