jellyfin is working on my domain name

This commit is contained in:
pagedMov
2024-11-02 17:12:00 -04:00
parent f3221dbd29
commit e0c183e467
144 changed files with 59 additions and 125 deletions

4
hosts/server/home.nix Normal file → Executable file
View File

@@ -59,10 +59,14 @@ in {
root.initialPassword = "1234";
${username} = {
isNormalUser = true;
createHome = true;
home = "/home/pagedmov";
homeMode = "755";
initialPassword = "1234";
shell = pkgs.zsh;
extraGroups = [ "wheel" ];
};
jellyfin.extraGroups = [ "users" ];
};
};
security.sudo.extraConfig = ''