diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-06-15 13:56:10 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-06-22 14:51:35 -0600 |
| commit | 2612dc07e4a40b0bbacb5a3266abc3a2cfe9ad76 (patch) | |
| tree | db3d2b87e195a734c9e22af0d656b110f8f8610a | |
| parent | 2cfabb5547d84c2262a34cd8531d9c1045320a18 (diff) | |
hv: enable UEFI secure boot
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 24 |
1 files changed, 23 insertions, 1 deletions
@@ -21,10 +21,32 @@ nixpkgs-ovmf.follows = "nixpkgs"; }; }; + + flake-utils.url = "github:numtide/flake-utils"; + + lanzaboote = { + url = "github:nix-community/lanzaboote/v0.4.1"; + + inputs = { + nixpkgs.follows = "nixpkgs"; + flake-utils.follows = "flake-utils"; + pre-commit-hooks-nix.follows = ""; + }; + }; }; outputs = - flakes@{ self, nixpkgs, unstable, home-manager, nur, impermanence, hm-isolation, nixvirt }: + flakes@{ self + , nixpkgs + , unstable + , home-manager + , nur + , impermanence + , hm-isolation + , nixvirt + , flake-utils + , lanzaboote + }: let system = "x86_64-linux"; |
