Skip to content

Commit 7069ada

Browse files
committed
[nixos/server] workaround until CISOfy/lynis#1594 is merged
1 parent 3e0ab84 commit 7069ada

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nixos/server/configuration.nix

+1
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ in {
252252
"-a exit,always -F arch=b64 -S execve"
253253
];
254254
environment.etc."audit/auditd.conf".text = ''
255+
log_file = /var/log/audit/audit.log # can be removed once https://github.com/CISOfy/lynis/pull/1594 is merged
255256
space_left = 10%
256257
space_left_action = ignore
257258
admin_space_left = 5%

0 commit comments

Comments
 (0)