nixfiles/profiles/sshd/sshd.nix

4 lines
106 B
Nix
Raw Normal View History

2021-12-26 16:09:16 +00:00
{...}: {
services.openssh.enable = true;
services.openssh.permitRootLogin = "prohibit-password";
}