diff options
| author | Grigory Shipunov | 2023-04-23 01:03:53 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2023-04-23 17:23:37 +0200 |
| commit | 7e815dd5d07e05d6b79cf31385ae5ab776625184 (patch) | |
| tree | 5819b1569c6c22cc687e9d94b2621e68a400cf4f /flake.nix | |
| parent | ad9ced32507e9047075ad542387bced8ef62632b (diff) | |
first stab at secure boot
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 7 insertions, 0 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 |
