secure boot
This commit is contained in:
parent
eafde182c3
commit
e383fc2fad
3 changed files with 192 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue