mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-02 15:37:20 +02:00
secure boot in x2100
This commit is contained in:
parent
24f6b0d0a3
commit
f62f172220
3 changed files with 243 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue