secure boot in x2100

This commit is contained in:
Luj 2023-08-18 00:08:26 +02:00
parent 24f6b0d0a3
commit f62f172220
3 changed files with 243 additions and 6 deletions

View file

@ -65,6 +65,11 @@
nix-rfc-92.url = "github:obsidiansystems/nix/dynamic-drvs";
lanzaboote = {
url = "github:nix-community/lanzaboote/v0.3.0";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixpkgs, ... }@inputs: