fix(incinerator): unlock initrd emergency access
This commit is contained in:
parent
52e02718cb
commit
35ccf2eb14
|
@ -21,4 +21,5 @@
|
|||
boot.kernelModules = [ "kvm-intel" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
boot.kernelParams = [ "console=ttyS0,115200n8" ];
|
||||
boot.initrd.systemd.emergencyAccess = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue