Skip to content

Commit

Permalink
fix: disable secureboot key enrollment
Browse files Browse the repository at this point in the history
  • Loading branch information
Lehmanator committed Jul 24, 2024
1 parent d2134b2 commit 5276d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/profiles/modules/lanzaboote.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ in
boot = {
lanzaboote = mkDefault {
enable = true;
enrollKeys = true;
# enrollKeys = true;
configurationLimit = config.boot.loader.systemd-boot.configurationLimit or 20;
pkiBundle = "/etc/secureboot"; #config.sops.secrets.secureboot-keys.path;
# publicKeyFile = config.sops.secrets.secureboot-pubkey.path;
Expand Down

0 comments on commit 5276d8b

Please sign in to comment.