Files
dotnix/hosts/kepler/config/ssh.nix
T
2026-07-04 05:01:54 +02:00

9 lines
71 B
Nix

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