Add sshd to desktop profile
This commit is contained in:
@ -21,11 +21,11 @@ with lib.my;
|
|||||||
console.keyMap = "uk";
|
console.keyMap = "uk";
|
||||||
|
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
services.tailscale.enable = true;
|
services.openssh = {
|
||||||
networking.firewall = {
|
enable = true;
|
||||||
checkReversePath = "loose";
|
passwordAuthentication = false;
|
||||||
trustedInterfaces = [ "tailscale0" ];
|
permitRootLogin = "no";
|
||||||
allowedUDPPorts = [ config.services.tailscale.port ];
|
startWhenNeeded = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
sound.enable = true;
|
sound.enable = true;
|
||||||
|
Reference in New Issue
Block a user