enable sshguard and plocate

This commit is contained in:
2023-07-26 14:10:22 +03:00
parent 6200488e32
commit 99488618ce
3 changed files with 34 additions and 16 deletions

View File

@@ -127,12 +127,6 @@ in {
'';
};
locate = {
enable = true;
locate = pkgs.plocate;
localuser = null;
};
headscale = {
enable = true;
settings = {
@@ -386,16 +380,6 @@ in {
};
};
};
sshguard = {
enable = true;
blocktime = 900;
whitelist = [
"192.168.0.0/16"
myData.tailscale_subnet.cidr
myData.hosts."vno1-oh2.servers.jakst".publicIP
];
};
};
networking = {