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 = {
hostName = "winters";
hostId = "b7778a4a";
firewall.enable = false;
firewall.enable = true;
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";
server = {
enable = true;
kavita = false;
kavita = true;
navidrome = true;
jellyfin = false;
spotifyd = false;
jellyfin = true;
spotifyd =true;
mpd = false;
matrix = true;
};