chore: prepare winters for kavita, spt, jellyfin

This commit is contained in:
Swarsel 2024-09-28 14:33:37 +02:00
parent a4e4bcd094
commit fe4bc34366
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
2 changed files with 8 additions and 8 deletions

View file

@ -2038,7 +2038,7 @@ My work machine. Built for more security, this is the gold standard of my config
networking = { networking = {
hostName = "winters"; hostName = "winters";
hostId = "b7778a4a"; hostId = "b7778a4a";
firewall.enable = false; firewall.enable = true;
firewall.allowedTCPPorts = [ 80 443 ]; firewall.allowedTCPPorts = [ 80 443 ];
}; };
@ -2051,10 +2051,10 @@ My work machine. Built for more security, this is the gold standard of my config
flakePath = "/home/swarsel/.dotfiles"; flakePath = "/home/swarsel/.dotfiles";
server = { server = {
enable = true; enable = true;
kavita = false; kavita = true;
navidrome = true; navidrome = true;
jellyfin = false; jellyfin = true;
spotifyd = false; spotifyd =true;
mpd = false; mpd = false;
matrix = true; matrix = true;
}; };

View file

@ -28,7 +28,7 @@
networking = { networking = {
hostName = "winters"; hostName = "winters";
hostId = "b7778a4a"; hostId = "b7778a4a";
firewall.enable = false; firewall.enable = true;
firewall.allowedTCPPorts = [ 80 443 ]; firewall.allowedTCPPorts = [ 80 443 ];
}; };
@ -41,10 +41,10 @@
flakePath = "/home/swarsel/.dotfiles"; flakePath = "/home/swarsel/.dotfiles";
server = { server = {
enable = true; enable = true;
kavita = false; kavita = true;
navidrome = true; navidrome = true;
jellyfin = false; jellyfin = true;
spotifyd = false; spotifyd = true;
mpd = false; mpd = false;
matrix = true; matrix = true;
}; };