diff --git a/hosts/modules/alexandria/changedetection.nix b/hosts/modules/alexandria/changedetection.nix deleted file mode 100644 index 702952f..0000000 --- a/hosts/modules/alexandria/changedetection.nix +++ /dev/null @@ -1,20 +0,0 @@ -{ config, lib, ... }: - -{ - services = { - changedetection-io = { - enable = true; - behindProxy = true; - datastorePath = "/data/changedetection"; - port = lib.toInt "${config.ports.changedetection-io}"; - baseURL = "https://detect.baduhai.dev"; - }; - - nginx.virtualHosts."detect.baduhai.dev" = { - useACMEHost = "baduhai.dev"; - forceSSL = true; - kTLS = true; - locations."/".proxyPass = "http://127.0.0.1:${config.ports.changedetection-io}"; - }; - }; -} diff --git a/hosts/modules/alexandria/default.nix b/hosts/modules/alexandria/default.nix index 64ab083..64407bb 100644 --- a/hosts/modules/alexandria/default.nix +++ b/hosts/modules/alexandria/default.nix @@ -12,7 +12,6 @@ in { imports = [ - ./changedetection.nix ./cinny.nix ./forgejo.nix ./hardware-configuration.nix @@ -30,7 +29,6 @@ in bazaar = mkStringOption "6767"; radarr = mkStringOption "7878"; vaultwarden = mkStringOption "8000"; - changedetection-io = mkStringOption "8001"; cinny = mkStringOption "8002"; librespeed = mkStringOption "8003"; paperless = mkStringOption "8004";