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;
|
initrd.systemd.enable = true;
|
||||||
kernelPackages = pkgs.linuxPackages_latest;
|
kernelPackages = pkgs.linuxPackages_latest;
|
||||||
supportedFilesystems = ["btrfs" "bcachefs"];
|
supportedFilesystems = ["btrfs" "bcachefs"];
|
||||||
|
|
||||||
binfmt.emulatedSystems = ["aarch64-linux"];
|
binfmt.emulatedSystems = ["aarch64-linux"];
|
||||||
|
|
||||||
lanzaboote = {
|
# lanzaboote = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
pkiBundle = "/var/lib/sbctl";
|
# pkiBundle = "/var/lib/sbctl";
|
||||||
};
|
# };
|
||||||
extraModprobeConfig = ''
|
extraModprobeConfig = ''
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue