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

@@ -10,6 +10,7 @@
./fileSystems
./snapshot
./sshd
./sshguard
./unitstatus
./users
./zfs
@@ -132,5 +133,13 @@
defaultEditor = true;
};
};
services = {
locate = {
enable = true;
locate = pkgs.plocate;
localuser = null;
};
};
};
}