jellyfin is working on my domain name
This commit is contained in:
4
hosts/server/home.nix
Normal file → Executable file
4
hosts/server/home.nix
Normal file → Executable 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 = ''
|
||||
|
||||
Reference in New Issue
Block a user