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

@ -41,7 +41,7 @@
startServices = "sd-switch"; # auto reload services when home is rebuilt
};
xdg.configFile."beets".source = ../../modules/home/beets;
xdg.configFile."beets/config.yaml".source = ../../modules/home/beets/config.yaml;
#custom script executables
home.file.".local/bin" = {

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;