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"
"virtiofs"
];
boot.initrd.systemd.enable = true;
boot.initrd.systemd.enable = lib.mkDefault true;
fileSystems = {
"/nix/store" = {
fsType = "overlay";