⬆️ update everything

This commit is contained in:
2022-01-24 18:35:39 -05:00
parent bf6612dfb8
commit 8113a29ad4
3 changed files with 10 additions and 9 deletions

View File

@ -1,7 +1,8 @@
{ config, pkgs, ... }:
{
imports = [ # Include the results of the hardware scan.
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
./rpi-poe.nix
@ -14,7 +15,7 @@
# Use the extlinux boot loader. (NixOS wants to enable GRUB by default)
boot.loader.grub.enable = false;
# Enables the generation of /boot/extlinux/extlinux.conf
boot.loader.generic-extlinux-compatible.enable = true;
boot.loader.generic-extlinux-compatible.enable = false;
boot.kernelPackages = pkgs.linuxPackages_rpi4;
boot.loader.raspberryPi = {