Corrected firmwareConfig
This commit is contained in:
parent
2fd9b38a6b
commit
db48af496f
|
@ -27,10 +27,10 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
version = 3;
|
version = 3;
|
||||||
uboot.enable = true;
|
uboot.enable = true;
|
||||||
firmwareConfig = [
|
firmwareConfig = ''
|
||||||
"arm_64bit=1" # Force kernel loading system to assume a 64-bit kernel
|
"arm_64bit=1" # Force kernel loading system to assume a 64-bit kernel
|
||||||
"hdmi_force_hotplug=1" # Enable headless booting
|
"hdmi_force_hotplug=1" # Enable headless booting
|
||||||
];
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue