diff --git a/README.org b/README.org index 9ab9890..207dcc9 100644 --- a/README.org +++ b/README.org @@ -696,14 +696,13 @@ This section is very much a work in progress. I have struggled to get this devic enable = true; version = 4; firmwareConfig = '' + hdmi_drive=2 + hdmi_force_hotplug=1 dtparam=sd_poll_once=on dtparam=audio=on ''; }; - # FIXME: Import hardware overlay. - services.xserver.videoDrivers = [ "fbdev"]; - sound.enable = true; hardware.pulseaudio.enable = true; hardware.enableRedistributableFirmware = true; diff --git a/hosts/raspberry/hardware.nix b/hosts/raspberry/hardware.nix index 8f69a87..eb1abee 100644 --- a/hosts/raspberry/hardware.nix +++ b/hosts/raspberry/hardware.nix @@ -22,14 +22,13 @@ enable = true; version = 4; firmwareConfig = '' + hdmi_drive=2 + hdmi_force_hotplug=1 dtparam=sd_poll_once=on dtparam=audio=on ''; }; - # FIXME: Import hardware overlay. - services.xserver.videoDrivers = [ "fbdev"]; - sound.enable = true; hardware.pulseaudio.enable = true; hardware.enableRedistributableFirmware = true;