Tweak to disable need for monitor to boot

This commit is contained in:
coolneng 2019-10-16 18:40:50 +02:00
parent 96692e549d
commit 26cffe306d

View File

@ -13,6 +13,9 @@
boot.loader.raspberryPi.enable = true;
boot.loader.raspberryPi.version = 3;
boot.loader.raspberryPi.uboot.enable = true;
boot.loader.raspberryPi.firmwareConfig = ''
hdmi_force_hotplug=1
'';
environment.systemPackages = with pkgs; [
raspberrypi-tools
];