switch to initrd.systemd by default

This commit is contained in:
Jörg Thalheim
2023-12-08 16:17:58 +01:00
parent 3054b9c77d
commit d7a9c1bc96

View File

@@ -11,6 +11,7 @@ let
neededForBoot = true; neededForBoot = true;
options = [ "trans=virtio" "version=9p2000.L" "cache=loose" ]; options = [ "trans=virtio" "version=9p2000.L" "cache=loose" ];
}; };
boot.initrd.systemd.enable = true;
} }
]; ];
}; };