working lanzaboote secure boot with uefi shell

This commit is contained in:
Gerg-L 2024-06-17 22:16:31 -04:00
parent 46e4e98668
commit f4f287acd1
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
3 changed files with 268 additions and 20 deletions

View file

@ -51,6 +51,12 @@
repo = "nix-index-database";
inputs.nixpkgs.follows = "unstable";
};
lanzaboote = {
type = "github";
owner = "nix-community";
repo = "lanzaboote";
inputs.nixpkgs.follows = "unstable";
};
#my own packages
spicetify-nix = {
type = "github";