nixos/willem/services/ssh.nix

4 lines
No EOL
68 B
Nix

{
# Enable the OpenSSH daemon.
services.openssh.enable = true;
}