mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17: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 = {
|
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;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue