Fix rock64 boot

This commit is contained in:
asonix 2023-02-02 18:08:08 -06:00
parent 2b4b8f5e9a
commit cd576a0851

View file

@ -25,7 +25,7 @@ let
time.timeZone = "UTC";
boot.kernelPackages = kernel;
boot.kernelParams = [ "console=ttyS2,1500000n8" ];
boot.kernelParams = [ "console=ttyS2,1500000n8" "rootwait" "root=PARTLABEL=nixos" "rw" ];
hardware.deviceTree.name = fdt;