disable lanzaboote on glados for now
This commit is contained in:
parent
9a9f1ab293
commit
53612f7c62
1 changed files with 5 additions and 5 deletions
|
|
@ -133,17 +133,17 @@
|
|||
'';
|
||||
};
|
||||
|
||||
loader.systemd-boot.enable = false;
|
||||
loader.systemd-boot.enable = true;
|
||||
initrd.systemd.enable = true;
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
supportedFilesystems = ["btrfs" "bcachefs"];
|
||||
|
||||
binfmt.emulatedSystems = ["aarch64-linux"];
|
||||
|
||||
lanzaboote = {
|
||||
enable = true;
|
||||
pkiBundle = "/var/lib/sbctl";
|
||||
};
|
||||
# lanzaboote = {
|
||||
# enable = true;
|
||||
# pkiBundle = "/var/lib/sbctl";
|
||||
# };
|
||||
extraModprobeConfig = ''
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue