lanzaboote: init

This commit is contained in:
Charlie Root 2025-04-06 22:09:17 +02:00
commit 83335cf7a2
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
4 changed files with 184 additions and 0 deletions

View file

@ -37,5 +37,11 @@
systems.url = "github:nix-systems/default-linux";
impermanence.url = "github:nix-community/impermanence";
# secure booting
lanzaboote = {
url = "github:nix-community/lanzaboote";
inputs.nixpkgs.follows = "nixpkgs";
};
};
}