From 6f9b285bdb935fbab99978307034c7458ddc9d09 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Thu, 25 Dec 2025 11:49:29 -0600 Subject: asdf --- modules/services/nixos/ssh.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/services/nixos/ssh.nix') diff --git a/modules/services/nixos/ssh.nix b/modules/services/nixos/ssh.nix index bf1aefe..b594a2d 100644 --- a/modules/services/nixos/ssh.nix +++ b/modules/services/nixos/ssh.nix @@ -8,6 +8,7 @@ in lib.mkIf cfg.enable { services.openssh = { enable = true; + openFirewall = true; hostKeys = [ { path = "/etc/ssh/ssh_host_ed25519_key"; @@ -19,4 +20,6 @@ in PasswordAuthentication = false; }; }; + + services.tailscale.extraSetFlags = lib.optional config.services.tailscale.enable "--ssh=true"; } -- cgit v1.3.1