This commit is contained in:
Sridhar Ratnakumar 2021-09-04 17:38:37 -04:00
parent 01930d44ee
commit 41ff80fed6

View file

@ -113,10 +113,16 @@
services = {
openssh = {
enable = true;
permitRootLogin = "no";
# permitRootLogin = "no"; -- distributed-build.nix requires it
passwordAuthentication = false;
};
fail2ban.enable = true;
fail2ban = {
enable = true;
ignoreIP = [
# quebec
"70.53.187.43"
];
};
netdata.enable = true;
};