CrOS/modules/security/ssh.nix
TheWanderingCrow 9a356932f4 ssh
2025-01-15 13:27:51 -05:00

5 lines
51 B
Nix

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