Files
rice-flakes/modules/core/ssh.nix
2025-07-09 11:46:32 -05:00

7 lines
54 B
Nix

_:
{
services.openssh = {
enable = true;
};
}