diff options
author | tdback <tyler@tdback.net> | 2025-01-11 19:08:14 -0500 |
---|---|---|
committer | tdback <tyler@tdback.net> | 2025-01-11 19:08:14 -0500 |
commit | 01d012473d4311d4f4e5a0831d912bc4b8c61639 (patch) | |
tree | b6ae98c69032d7d23219b07c73be4b15c53942b0 /hosts | |
parent | 46ccba81833d5c9c2b02b873ac067eb5108e2b1f (diff) |
feat: use unbound as a recursive DNS resolver. retire blocky
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/heimdall/default.nix | 2 |
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" ]; }; } |