diff --git a/hosts/titan/default.nix b/hosts/titan/default.nix index 9df1f05..7428cd2 100644 --- a/hosts/titan/default.nix +++ b/hosts/titan/default.nix @@ -130,9 +130,9 @@ in { modules = { services = { monitoring = { - prometheus.enable = true; + prometheus.enable = false; gatus = { - enable = true; + enable = false; configFile = config.sops.secrets."gatus/config.yaml".path; }; }; @@ -171,7 +171,7 @@ in { # }; adguardhome = { - enable = true; + enable = false; host = "10.0.0.7"; port = 3000; mutableSettings = false; diff --git a/hosts/titan/secrets.nix b/hosts/titan/secrets.nix index 8a939d3..44ab1af 100644 --- a/hosts/titan/secrets.nix +++ b/hosts/titan/secrets.nix @@ -16,23 +16,23 @@ ]; secrets = { - adguardhome-password = { - owner = "adguardhome"; - restartUnits = ["adguardhome.service"]; - }; + # adguardhome-password = { + # owner = "adguardhome"; + # restartUnits = ["adguardhome.service"]; + # }; - onepassword-credentials = { - mode = "0444"; - }; + # onepassword-credentials = { + # mode = "0444"; + # }; "networking/cloudflare/api-token" = { restartUnits = ["cloudflare-dyndns.service"]; }; - "gatus/config.yaml" = { - restartUnits = ["gatus.service"]; - owner = "gatus"; - }; + # "gatus/config.yaml" = { + # restartUnits = ["gatus.service"]; + # owner = "gatus"; + # }; # "networking/bind/rndc-key" = { # restartUnits = ["bind.service"];