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;
# allow md devices
boot.swraid.enable = true;
boot.swraid.mdadmConf = ''
MAILADDR=christoph@cullmann.io
'';
boot.swraid = {
enable = true;
mdadmConf = ''
MAILADDR=christoph@cullmann.io
'';
};
# my kernel parameters
boot.kernelParams = [