diff --git a/hosts/desktop.nix b/hosts/desktop.nix index efcf6bc..0127be0 100644 --- a/hosts/desktop.nix +++ b/hosts/desktop.nix @@ -21,11 +21,11 @@ with lib.my; console.keyMap = "uk"; services.printing.enable = true; - services.tailscale.enable = true; - networking.firewall = { - checkReversePath = "loose"; - trustedInterfaces = [ "tailscale0" ]; - allowedUDPPorts = [ config.services.tailscale.port ]; + services.openssh = { + enable = true; + passwordAuthentication = false; + permitRootLogin = "no"; + startWhenNeeded = true; }; sound.enable = true;