enable sshguard and plocate
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user