Skip to content

Commit

Permalink
Merge pull request #273308 from Stunkymonkey/install-device-fix-mdadm
Browse files Browse the repository at this point in the history
nixos/installation-device: remove warning about mdadm
  • Loading branch information
lheckemann authored Dec 25, 2023
2 parents e98a9c4 + 9537527 commit 5494aa2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/modules/profiles/installation-device.nix
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ with lib;
];

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
# because we have the firewall enabled. This makes installs from the
Expand Down

0 comments on commit 5494aa2

Please sign in to comment.