nixos/dafoe/services/ssh.nix
2024-05-08 16:35:56 +02:00

4 lines
69 B
Nix

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