chore: Flake | a bit of cleanup

This commit is contained in:
2025-02-04 00:01:53 +05:00
parent f098da3229
commit a9fb51279a
3 changed files with 17 additions and 16 deletions

View File

@@ -12,12 +12,13 @@ in
boot = {
loader = {
# Set this to true on first install. This must be false for secure boot.
systemd-boot.enable = lib.mkForce false;
systemd-boot.enable = true;
# systemd-boot.enable = lib.mkForce false;
efi.canTouchEfiVariables = true;
};
lanzaboote = {
enable = true;
enable = false;
pkiBundle = "/etc/secureboot";
};
};