diff --git a/nixos/framework/configuration.nix b/nixos/framework/configuration.nix index 7e34e10..3f42ed1 100644 --- a/nixos/framework/configuration.nix +++ b/nixos/framework/configuration.nix @@ -104,9 +104,8 @@ tailscale = { enable = true; - extraSetFlags = [ + extraUpFlags = [ "--accept-routes=true" - "--accept-dns=false" ]; authKeyFile = config.sops.secrets."tailscale-auth-key".path; };