|
|
@ -7,7 +7,7 @@
|
|
|
|
nixos-template-base/base.nix
|
|
|
|
nixos-template-base/base.nix
|
|
|
|
];
|
|
|
|
];
|
|
|
|
# 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}-capgemini-${config.system.nixosLabel}-${pkgs.stdenv.system}.iso";
|
|
|
|
# Avoid having the terminal flooded by kernel audit messages
|
|
|
|
# Avoid having the terminal flooded by kernel audit messages
|
|
|
|
boot.kernelParams = [ "audit=0" ];
|
|
|
|
boot.kernelParams = [ "audit=0" ];
|
|
|
|
|
|
|
|
|
|
|
|