Skip to content
Snippets Groups Projects
Commit 2f266667 authored by Florian Sesser's avatar Florian Sesser
Browse files

mdadmConf has moved

parent 5127741e
No related branches found
No related tags found
2 merge requests!387Upgrade to NixOS 22.11,!384update production
...@@ -69,7 +69,7 @@ in { ...@@ -69,7 +69,7 @@ in {
] ++ ( ] ++ (
optionals (config.services.nfs.server.enable) [ "nfsd" ] optionals (config.services.nfs.server.enable) [ "nfsd" ]
) ++ ( ) ++ (
optionals ("" != config.boot.initrd.mdadmConf) [ "mdadm" ] optionals ("" != config.boot.initrd.services.swraid.mdadmConf) [ "mdadm" ]
) ++ ( ) ++ (
optionals ({} != config.networking.bonds) [ "bonding" ] optionals ({} != config.networking.bonds) [ "bonding" ]
) ++ ( ) ++ (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment