feat(tailscale): better defaults

This commit is contained in:
2025-12-07 15:02:21 +01:00
parent 9071957b4c
commit 93f009852f

View File

@@ -12,5 +12,12 @@ in {
default = true; default = true;
}; };
}; };
config.services.tailscale.enable = cfg.enable; config.services.tailscale = {
enable = cfg.enable;
extraSetFlags = [
"--accept-dns"
"--accept-routes"
"--ssh"
];
};
} }