fix config, needs mail address
This commit is contained in:
parent
d5c967dd41
commit
6b581441e0
2 changed files with 7 additions and 2 deletions
|
@ -26,6 +26,12 @@ in
|
|||
# use the latest kernel
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
# allow md devices
|
||||
boot.swraid.enable = true;
|
||||
boot.swraid.mdadmConf = ''
|
||||
MAILADDR=christoph@cullmann.io
|
||||
'';
|
||||
|
||||
# my kernel parameters
|
||||
boot.kernelParams = [
|
||||
# don't check for split locks, for KVM and Co.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue