From 5a8161e086232c5d2262fc53a005464d16006eb5 Mon Sep 17 00:00:00 2001 From: Mel Date: Fri, 21 Feb 2025 00:04:39 +0100 Subject: Expose DNS server with additional DoH/DoT capabilities Signed-off-by: Mel --- machines/corsac/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines') diff --git a/machines/corsac/default.nix b/machines/corsac/default.nix index 66c898c..fde09f6 100644 --- a/machines/corsac/default.nix +++ b/machines/corsac/default.nix @@ -19,7 +19,7 @@ foundation.monitoring = { client.enable = true; - services = [ "base" "jellyfin" "immich" ]; + services = [ "base" "dns" "jellyfin" "immich" ]; }; system.stateVersion = "24.05"; -- cgit 1.4.1