diff --git a/nixos/configuration.nix b/nixos/configuration.nix index f9d8fcf..90c0542 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -160,7 +160,10 @@ # List services that you want to enable: - services.tailscale.enable = true; + services.tailscale = { + enable = true; + extraUpFlags = [ "--ssh" ]; + }; # Enable the OpenSSH daemon. services.openssh.enable = true;