Files
2023-09-08 17:47:47 -05:00

6 lines
85 B
Nix

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