Implement secure boot on copper
This commit is contained in:
parent
d834379c08
commit
3d4e1ceac1
6 changed files with 233 additions and 11 deletions
|
|
@ -16,6 +16,9 @@
|
|||
krops.inputs.nixpkgs.follows = "nixpkgs";
|
||||
krops.url = "github:Mic92/krops";
|
||||
|
||||
lanzaboote.url = "github:nix-community/lanzaboote/v0.4.1";
|
||||
lanzaboote.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
nix-pre-commit-hooks.inputs.nixpkgs.follows = "nixpkgs";
|
||||
nix-pre-commit-hooks.url = "github:cachix/git-hooks.nix/master";
|
||||
|
||||
|
|
@ -172,6 +175,7 @@
|
|||
home-manager.nixosModules.home-manager
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
inputs.disko.nixosModules.disko
|
||||
inputs.lanzaboote.nixosModules.lanzaboote
|
||||
] ++ extraModules;
|
||||
})
|
||||
(import ./hosts inputs);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue