nix/hosts/common/ssh.nix
2022-04-20 17:09:49 -04:00

6 lines
79 B
Nix

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