ryzen9: allow root

This commit is contained in:
Sridhar Ratnakumar 2021-09-04 18:51:53 -04:00
parent 41ff80fed6
commit 0e62ba5d1d

View file

@ -113,7 +113,7 @@
services = {
openssh = {
enable = true;
# permitRootLogin = "no"; -- distributed-build.nix requires it
permitRootLogin = "prohibit-password"; # distributed-build.nix requires it
passwordAuthentication = false;
};
fail2ban = {