switch to initrd.systemd by default

This commit is contained in:
Jörg Thalheim 2023-12-08 16:17:58 +01:00
parent 4b9635c706
commit 2a0a50fb5e

View File

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