diff --git a/configuration.nix b/configuration.nix index 1c039ed..6d67030 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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 ];