diff --git a/hardware/raspberry_pi_3_model_B.nix b/hardware/raspberry_pi_3_model_B.nix index 938b1af..e1f059f 100644 --- a/hardware/raspberry_pi_3_model_B.nix +++ b/hardware/raspberry_pi_3_model_B.nix @@ -28,16 +28,6 @@ grub = { enable = false; # NixOS wants to enable GRUB by default. }; - raspberryPi = { - enable = false; - version = 3; - firmwareConfig = '' - arm_64bit=1 # Force kernel loading system to assume a 64-bit kernel - display_auto_detect=1 # Enable auto detection of screen resolution - gpu_mem=128 - hdmi_force_hotplug=1 # Enable headless booting - ''; - }; }; };