nixos: get rid of lanzaboote
Some checks failed
Cachix / build (elendel) (push) Successful in 1m21s
Cachix / build (kholinar) (push) Failing after 30s
Cachix / build (lasting-integrity) (push) Successful in 1m10s
Cachix / build (marabethia) (push) Successful in 1m26s
Cachix / build (urithiru) (push) Successful in 1m20s

This commit is contained in:
Charlotte Van Petegem 2024-12-02 20:51:21 +01:00
parent 14764f5a8d
commit 37e4be016c
4 changed files with 4 additions and 307 deletions

View file

@ -4,10 +4,6 @@
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
boot = {
lanzaboote = {
enable = true;
pkiBundle = "/etc/secureboot";
};
loader.efi.canTouchEfiVariables = true;
initrd = {
availableKernelModules = [ "xhci_pci" "nvme" "usbhid" "usb_storage" "sd_mod" "sdhci_pci" ];
@ -21,10 +17,7 @@
};
chvp.base = {
nix.unfreePackages = [ "displaylink" ];
zfs.systemLinks = [{ path = "/etc/secureboot"; type = "cache"; }];
};
chvp.base.nix.unfreePackages = [ "displaylink" ];
# For Secure Boot management
environment.systemPackages = [ pkgs.sbctl ];