This commit is contained in:
Matt Nish-Lapidus 2025-03-11 11:19:48 -04:00
parent 10d0bebfc7
commit 5dfac6da09
2 changed files with 1 additions and 11 deletions

View file

@ -207,16 +207,6 @@
openFirewall = true;
};
networking.firewall.allowedTCPPorts = [ 80 443 ];
services.caddy = {
enable = true;
virtualHosts = {
"/sonarr/*".extraConfig = "reverse_proxy localhost:8989";
};
};
systemd.targets.sleep.enable = false;
systemd.targets.suspend.enable = false;
systemd.targets.hibernate.enable = false;