Fix ochsenchopf configuration

This commit is contained in:
Fabian Hauser 2025-03-03 15:21:52 +02:00
parent f898ce3eae
commit a0b26106cb
4 changed files with 4434 additions and 30 deletions

View file

@ -31,12 +31,5 @@
swapDevices = [ { device = "/dev/disk/by-label/swap"; } ];
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = lib.mkForce false;
boot.loader.efi.canTouchEfiVariables = true;
boot.lanzaboote = {
enable = true;
pkiBundle = "/etc/secureboot";
};
boot.lanzaboote.pkiBundle = lib.mkForce "/etc/secureboot"; # TODO: Migrate to /var/lib/sbctl, see default config.
}