feat: add auditd to monitoring module

This commit is contained in:
nhnn 2024-07-29 17:39:14 +03:00
parent 852ba195e0
commit e81b0684bd

View file

@ -23,6 +23,7 @@ in
];
};
};
security.auditd.enable = true;
services.cadvisor = {
enable = true;
port = 9003;