Add sshd to desktop profile

This commit is contained in:
2023-05-08 21:08:38 +01:00
parent 6564ecc3ca
commit 705d3298ae

View File

@ -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;