parent
59f467b8db
commit
128e51d16f
|
@ -28,16 +28,6 @@
|
||||||
grub = {
|
grub = {
|
||||||
enable = false; # NixOS wants to enable GRUB by default.
|
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
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue