Changed lanzaboote version
Some checks failed
Check config / build (push) Failing after 1m0s

This commit is contained in:
Alexandre 2026-09-01 22:16:38 +02:00
parent d7d09b39c9
commit 53ac5c85a9
2 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,7 @@
};
# Mmmh, secure boot
lanzaboote = {
url = "github:nix-community/lanzaboote/v1.0.0";
url = "github:nix-community/lanzaboote";
inputs = {
nixpkgs.follows = "nixpkgs";
pre-commit = {

View File

@ -2,7 +2,6 @@
{
flake.nixosModules.bootloader = { pkgs, lib, inputs, ...}: {
boot = {
bootspec.enable = true;
lanzaboote = {
enable = true;
pkiBundle = "/var/lib/sbctl";