secure boot

This commit is contained in:
Henri Dohmen 2025-10-11 14:50:06 +02:00
parent eafde182c3
commit e383fc2fad
Signed by: hd
GPG key ID: AB79213B044674AE
3 changed files with 192 additions and 7 deletions

View file

@ -27,6 +27,10 @@
url = "github:nix-community/disko/latest";
inputs.nixpkgs.follows = "nixpkgs";
};
lanzaboote = {
url = "github:nix-community/lanzaboote/v0.4.2";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =
@ -37,9 +41,10 @@
disko,
flake-utils,
home-manager,
lanzaboote,
nixos-hardware,
nixpkgs,
nixpkgs-stable,
nixpkgs,
vscode-extensions,
}@inputs:
let