Skip to content
This repository has been archived by the owner on Feb 26, 2025. It is now read-only.

Commit

Permalink
feat: Decommission gatus and adguard
Browse files Browse the repository at this point in the history
  • Loading branch information
szinn committed Feb 24, 2025
1 parent ce1e288 commit 8236a87
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions hosts/titan/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
};
Expand Down Expand Up @@ -171,7 +171,7 @@ in {
# };

adguardhome = {
enable = true;
enable = false;
host = "10.0.0.7";
port = 3000;
mutableSettings = false;
Expand Down
22 changes: 11 additions & 11 deletions hosts/titan/secrets.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"];
Expand Down

0 comments on commit 8236a87

Please sign in to comment.