summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-06-15 13:56:10 -0600
committerAlejandro Soto <alejandro@34project.org>2024-06-22 14:51:35 -0600
commit2612dc07e4a40b0bbacb5a3266abc3a2cfe9ad76 (patch)
treedb3d2b87e195a734c9e22af0d656b110f8f8610a /flake.nix
parent2cfabb5547d84c2262a34cd8531d9c1045320a18 (diff)
hv: enable UEFI secure boot
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix24
1 files changed, 23 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 44a7d70..c4a7b18 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";