mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 00:57:22 +01:00
chore: prepare winters for kavita, spt, jellyfin
This commit is contained in:
parent
a4e4bcd094
commit
fe4bc34366
2 changed files with 8 additions and 8 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
networking = {
|
||||
hostName = "winters";
|
||||
hostId = "b7778a4a";
|
||||
firewall.enable = false;
|
||||
firewall.enable = true;
|
||||
firewall.allowedTCPPorts = [ 80 443 ];
|
||||
};
|
||||
|
||||
|
|
@ -41,10 +41,10 @@
|
|||
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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue