Files
LillyOS/modules/cli/ssh.nix

4 lines
68 B
Nix

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