From 2612dc07e4a40b0bbacb5a3266abc3a2cfe9ad76 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sat, 15 Jun 2024 13:56:10 -0600 Subject: hv: enable UEFI secure boot --- flake.nix | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) 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"; -- cgit v1.2.3