mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
nixos/installation-device: remove warning about mdadm
This commit is contained in:
parent
462cf3b848
commit
9537527389
1 changed files with 2 additions and 0 deletions
|
@ -105,6 +105,8 @@ with lib;
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.swraid.enable = true;
|
boot.swraid.enable = true;
|
||||||
|
# remove warning about unset mail
|
||||||
|
boot.swraid.mdadmConf = "PROGRAM ${pkgs.coreutils}/bin/true";
|
||||||
|
|
||||||
# Show all debug messages from the kernel but don't log refused packets
|
# Show all debug messages from the kernel but don't log refused packets
|
||||||
# because we have the firewall enabled. This makes installs from the
|
# because we have the firewall enabled. This makes installs from the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue