désactivation de l'audit kernel pour éviter de se faire flooder

capgemini-cmb
Yves Dubromelle 9 years ago
parent 0e2e1b304a
commit 95955871c2

@ -7,6 +7,6 @@
]; ];
# Custom name # Custom name
isoImage.isoName = pkgs.lib.mkForce "${config.isoImage.isoBaseName}-dubronetwork-${config.system.nixosLabel}-${pkgs.stdenv.system}.iso"; isoImage.isoName = pkgs.lib.mkForce "${config.isoImage.isoBaseName}-dubronetwork-${config.system.nixosLabel}-${pkgs.stdenv.system}.iso";
# Avoid having the terminal flooded by kernel audit messages
#security.audit.enable = false; boot.kernelParams = [ "audit=0" ];
} }

Loading…
Cancel
Save