Enable audit on server systems only
This commit is contained in:
@@ -7,6 +7,16 @@
|
||||
|
||||
documentation.enable = false;
|
||||
|
||||
security = {
|
||||
auditd.enable = true;
|
||||
audit = {
|
||||
enable = true;
|
||||
rules = [
|
||||
"-a exit,always -F arch=b64 -S execve"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
modules.networking.tailscale = {
|
||||
enable = true;
|
||||
restrictSSH = false;
|
||||
|
Reference in New Issue
Block a user