From 59bc28565f102c0ce17d3cf513cdab058608b0dc Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 15 Jul 2023 20:09:17 +0200 Subject: Feat(system/boot): Enable lanzaboote (and with it secure boot) --- flake.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index d68a4c94..6c6a1c3c 100644 --- a/flake.nix +++ b/flake.nix @@ -86,6 +86,15 @@ crane.follows = "crane"; }; }; + lanzaboote = { + url = "github:nix-community/lanzaboote"; + + inputs = { + flake-compat.follows = "flake-compat"; + flake-utils.follows = "flake-utils"; + nixpkgs.follows = "nixpkgs"; + }; + }; # my configs neovim_config = { @@ -213,6 +222,7 @@ ragenix, serverphone, disko, + lanzaboote, # external dependencies neovim_config, user_js, @@ -253,6 +263,7 @@ ragenix serverphone disko + lanzaboote # external dependencies neovim_config -- cgit 1.4.1