⬆️ update everything
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user