thinkpad: reenable all modules

This commit is contained in:
Rouven Seifert 2024-03-23 00:31:32 +01:00
parent a16bc598a4
commit a8d2ace6ab
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
3 changed files with 19 additions and 16 deletions

View file

@ -35,13 +35,13 @@
# This setting is usually set to true in configuration.nix
# generated at installation time. So we force it to false
# for now.
loader.systemd-boot.enable = lib.mkForce true;
# lanzaboote = {
# enable = true;
# pkiBundle = "/etc/secureboot";
# configurationLimit = 10;
# };
# loader.systemd-boot.editor = false;
# loader.efi.canTouchEfiVariables = true;
loader.systemd-boot.enable = lib.mkForce false;
lanzaboote = {
enable = true;
pkiBundle = "/etc/secureboot";
configurationLimit = 10;
};
loader.systemd-boot.editor = false;
loader.efi.canTouchEfiVariables = true;
};
}