nix machine / user configurations
1{ 2 services.openssh = { 3 enable = true; 4 challengeResponseAuthentication = false; 5 passwordAuthentication = false; 6 forwardX11 = true; 7 }; 8}