simplify config

This commit is contained in:
Christoph Cullmann 2024-10-29 19:25:36 +01:00
parent 6b581441e0
commit 4798b16a7a
No known key found for this signature in database

View file

@ -27,10 +27,12 @@ in
boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelPackages = pkgs.linuxPackages_latest;
# allow md devices # allow md devices
boot.swraid.enable = true; boot.swraid = {
boot.swraid.mdadmConf = '' enable = true;
mdadmConf = ''
MAILADDR=christoph@cullmann.io MAILADDR=christoph@cullmann.io
''; '';
};
# my kernel parameters # my kernel parameters
boot.kernelParams = [ boot.kernelParams = [