feat: remove bootloader itself finally as well

This commit is contained in:
Ahwx 2025-02-13 11:24:55 +01:00
parent 3693929c5b
commit 96a6fcec92

View file

@ -1,11 +0,0 @@
{ pkgs, ... }:
{
boot = {
kernelPackages = pkgs.linuxPackages_latest;
loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
systemd-boot.configurationLimit = 10;
};
};
}