first stab at secure boot
This commit is contained in:
parent
ad9ced3250
commit
7e815dd5d0
4 changed files with 263 additions and 20 deletions
|
@ -25,12 +25,18 @@
|
|||
url = "github:tmux-plugins/tmux-yank";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
lanzaboote = {
|
||||
url = "github:nix-community/lanzaboote";
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
inputs@{ self
|
||||
, fenix
|
||||
, flake-utils
|
||||
, lanzaboote
|
||||
, microvm
|
||||
, nixpkgs
|
||||
, nixpkgs-unstable
|
||||
|
@ -60,6 +66,7 @@
|
|||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
sops-nix.nixosModules.sops
|
||||
lanzaboote.nixosModules.lanzaboote
|
||||
|
||||
./hosts/toaster
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue