about summary refs log tree commit diff stats
path: root/modules/by-name/sy/system-info
diff options
context:
space:
mode:
Diffstat (limited to 'modules/by-name/sy/system-info')
-rw-r--r--modules/by-name/sy/system-info/module.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/by-name/sy/system-info/module.nix b/modules/by-name/sy/system-info/module.nix
index de75e29..f04eb49 100644
--- a/modules/by-name/sy/system-info/module.nix
+++ b/modules/by-name/sy/system-info/module.nix
@@ -26,6 +26,8 @@
       "80" = checkEnabled "nginx" "http";
       "443" = checkEnabled "nginx" "https";
 
+      "53" = checkEnabled "dns" "dns";
+
       "24" = checkEnabled "mail" "mail-lmtp";
       "465" = checkEnabled "mail" "mail-smtp-tls";
       "25" = checkEnabled "mail" "mail-smtp";