From 8236a87ebf0597991dc1ce39e3dfd1a94522221d Mon Sep 17 00:00:00 2001 From: Scotte Zinn Date: Mon, 24 Feb 2025 06:36:22 -0500 Subject: [PATCH] feat: Decommission gatus and adguard --- hosts/titan/default.nix | 6 +++--- hosts/titan/secrets.nix | 22 +++++++++++----------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/hosts/titan/default.nix b/hosts/titan/default.nix index 9df1f05c..7428cd2d 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 8a939d37..44ab1aff 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"];