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

This commit is contained in:
2016-04-23 17:17:39 +02:00
parent 0e2e1b304a
commit 95955871c2

View File

@@ -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" ];
} }