diff --git a/nixos/hosts/framework-server/default.nix b/nixos/hosts/framework-server/default.nix index 439ef511..42629c26 100644 --- a/nixos/hosts/framework-server/default.nix +++ b/nixos/hosts/framework-server/default.nix @@ -42,13 +42,13 @@ "tailscaled-autoconnect.service" ]; }; + services.tailscale.authKeyFile = "/run/secrets/tailscale_keys/framework-server"; services.tailscale.extraUpFlags = [ "--advertise-exit-node" "--advertise-routes=10.2.0.0/24" ]; boot.kernel.sysctl = { "net.ipv4.ip_forward" = true; }; - services.tailscale.authKeyFile = "/run/secrets/tailscale_keys/framework-server"; boot.initrd.services.udev.rules = '' # This is used to change the default configuration of Realtek USB ethernet adapters