pi4hw or something

This commit is contained in:
mjallen18
2025-05-18 20:28:20 -05:00
parent 4cd5edfeee
commit 1cbac0f8a2
4 changed files with 44 additions and 3 deletions

View File

@@ -1,9 +1,10 @@
{ pkgs, ... }:
{ pkgs, lib, ... }:
{
boot = {
loader = {
systemd-boot.enable = true;
systemd-boot.enable = lib.mkForce true;
efi.canTouchEfiVariables = false;
generic-extlinux-compatible.enable = lib.mkForce false;
};
plymouth.enable = true;
kernelPackages = pkgs.linuxPackages_latest;