fix(incinerator): unlock initrd emergency access

This commit is contained in:
514fpv 2024-02-15 17:20:28 +08:00
parent 52e02718cb
commit 35ccf2eb14
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -21,4 +21,5 @@
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
boot.kernelParams = [ "console=ttyS0,115200n8" ];
boot.initrd.systemd.emergencyAccess = true;
}