first stab at secure boot

This commit is contained in:
Grigory Shipunov 2023-04-23 01:03:53 +02:00
parent ad9ced3250
commit 7e815dd5d0
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
4 changed files with 263 additions and 20 deletions

View file

@ -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