jellyfin is working on my domain name
This commit is contained in:
5
hosts/server/config.nix
Normal file → Executable file
5
hosts/server/config.nix
Normal file → Executable file
@@ -14,8 +14,13 @@
|
||||
sysPkgs.enable = true;
|
||||
sysProgs.enable = true;
|
||||
sysServices.enable = true;
|
||||
jellyfinConfig.enable = true;
|
||||
caddyConfig.enable = true;
|
||||
|
||||
environment = {
|
||||
etc."tmpfiles.d/home-permissions.conf".text = ''
|
||||
d /home/pagedmov 0750 pagedmov users -
|
||||
'';
|
||||
variables = {
|
||||
PATH = "${pkgs.clang-tools}/bin:$PATH";
|
||||
TERM = "kitty";
|
||||
|
||||
0
hosts/server/hardware.nix
Normal file → Executable file
0
hosts/server/hardware.nix
Normal file → Executable file
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