Tweak to disable need for monitor to boot
This commit is contained in:
parent
96692e549d
commit
26cffe306d
@ -13,6 +13,9 @@
|
|||||||
boot.loader.raspberryPi.enable = true;
|
boot.loader.raspberryPi.enable = true;
|
||||||
boot.loader.raspberryPi.version = 3;
|
boot.loader.raspberryPi.version = 3;
|
||||||
boot.loader.raspberryPi.uboot.enable = true;
|
boot.loader.raspberryPi.uboot.enable = true;
|
||||||
|
boot.loader.raspberryPi.firmwareConfig = ''
|
||||||
|
hdmi_force_hotplug=1
|
||||||
|
'';
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
raspberrypi-tools
|
raspberrypi-tools
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user