disable secure boot shodan, updates to other stuff

This commit is contained in:
Lillian Violet 2024-03-20 16:43:19 +01:00
parent 4078aa6690
commit 9b2fbd4ae5
4 changed files with 47 additions and 48 deletions

View file

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