config

NixOS config
Log | Files | Refs | README | LICENSE

commit bbcd6f4fa2b1ae708e0817ab62945db794b072a0 (tree)
parent e348599308717b128d2509f0f0d56248f1e1b060
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Sun, 16 Mar 2025 18:27:15 +0000

tailscale: +magicdns

Diffstat:
Mmodules/services/tailscale/default.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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