summary refs log tree commit diff
path: root/machines/corsac/default.nix
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-02-21 00:04:39 +0100
committerMel <mel@rnrd.eu>2025-02-21 00:04:39 +0100
commit5a8161e086232c5d2262fc53a005464d16006eb5 (patch)
treedfbf36285f54b81a9c29f6e663edc48f179ff25d /machines/corsac/default.nix
parent5db8f66792fd9a0d73eda57b188dd0e0074281b9 (diff)
downloadnetwork-5a8161e086232c5d2262fc53a005464d16006eb5.tar.zst
network-5a8161e086232c5d2262fc53a005464d16006eb5.zip
Expose DNS server with additional DoH/DoT capabilities
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'machines/corsac/default.nix')
-rw-r--r--machines/corsac/default.nix2
1 files changed, 1 insertions, 1 deletions
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";