nix/hosts/zaphod/programs/ssh.nix

6 lines
83 B
Nix

{
programs.ssh = {
enableAskPassword = false;
forwardX11 = false;
};
}