aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/heimdall/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/heimdall/default.nix b/hosts/heimdall/default.nix
index 50bbbaf..7aed928 100644
--- a/hosts/heimdall/default.nix
+++ b/hosts/heimdall/default.nix
@@ -37,6 +37,6 @@
programs.motd = {
enable = true;
networkInterfaces = lib.lists.singleton "eno1";
- servicesToCheck = [ "blocky" "searx" ];
+ servicesToCheck = [ "searx" "unbound" ];
};
}