ch-runner: make initrd systemd optional
This commit is contained in:
parent
1b889d5b19
commit
33d33e745b
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ in
|
|||
# "9p"
|
||||
"virtiofs"
|
||||
];
|
||||
boot.initrd.systemd.enable = true;
|
||||
boot.initrd.systemd.enable = lib.mkDefault true;
|
||||
fileSystems = {
|
||||
"/nix/store" = {
|
||||
fsType = "overlay";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue