diff --git a/homes/media/default.nix b/homes/media/default.nix index afa17b2..585fedb 100644 --- a/homes/media/default.nix +++ b/homes/media/default.nix @@ -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" = { diff --git a/hosts/media-server/configuration.nix b/hosts/media-server/configuration.nix index 5f4a22d..3873608 100644 --- a/hosts/media-server/configuration.nix +++ b/hosts/media-server/configuration.nix @@ -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;