Files
infra-nix/mod/ssh.nix
T
2026-06-24 07:05:47 +02:00

9 lines
71 B
Nix

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