ch-runner: make initrd systemd optional

This commit is contained in:
Else, Someone 2025-10-09 04:11:37 +03:00
parent 1b889d5b19
commit 33d33e745b

View file

@ -85,7 +85,7 @@ in
# "9p" # "9p"
"virtiofs" "virtiofs"
]; ];
boot.initrd.systemd.enable = true; boot.initrd.systemd.enable = lib.mkDefault true;
fileSystems = { fileSystems = {
"/nix/store" = { "/nix/store" = {
fsType = "overlay"; fsType = "overlay";