polyunfill: disable swraid

This commit is contained in:
Colin 2024-05-21 10:09:34 +00:00
parent 41b385b6ca
commit d0734947bf

View File

@ -69,4 +69,8 @@
# nixos propagates those in: <nixos/modules/system/boot/systemd/tmpfiles.nix>
# by overwriting this with an empty file, we can effectively remove it.
environment.etc."tmpfiles.d/x11.conf".text = "# (removed by Colin)";
# see: <nixos/modules/tasks/swraid.nix>
# it was enabled by default before 23.11
boot.swraid.enable = lib.mkDefault false;
}