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 # Mmmh, secure boot
lanzaboote = { lanzaboote = {
url = "github:nix-community/lanzaboote/v1.0.0"; url = "github:nix-community/lanzaboote";
inputs = { inputs = {
nixpkgs.follows = "nixpkgs"; nixpkgs.follows = "nixpkgs";
pre-commit = { pre-commit = {

View File

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