🔥 clean up duplicate rpi configs

This commit is contained in:
2024-02-17 13:25:00 -05:00
parent c9692d70eb
commit 15d95e6208
3 changed files with 4 additions and 20 deletions

View File

@@ -11,16 +11,7 @@
../../modules/sops
];
boot = {
# Use the extlinux boot loader. (NixOS wants to enable GRUB by default)
loader.grub.enable = false;
# Enables the generation of /boot/extlinux/extlinux.conf
loader.generic-extlinux-compatible.enable = true;
kernelPackages = pkgs.linuxKernel.packages.linux_rpi4;
};
hardware = {
enableRedistributableFirmware = true;
raspberry-pi."4".poe-hat.enable = true;
};