tailscale: +magicdns

This commit is contained in:
2025-03-16 18:27:15 +00:00
parent e348599308
commit bbcd6f4fa2

View File

@@ -19,7 +19,7 @@ in
enable = mkEnableOption "Enable tailscale"; enable = mkEnableOption "Enable tailscale";
acceptDNS = mkOption { acceptDNS = mkOption {
type = bool; type = bool;
default = false; default = true;
}; };
# https://github.com/tailscale/tailscale/issues/1548 # https://github.com/tailscale/tailscale/issues/1548
verboseLogs = mkOption { verboseLogs = mkOption {