désactivation de l'audit kernel pour éviter de se faire flooder
This commit is contained in:
@@ -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" ];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user