add secure boot support

This commit is contained in:
2025-11-11 15:51:22 -06:00
parent b84a2d7628
commit f7ece5059d
5 changed files with 192 additions and 7 deletions

View File

@@ -28,6 +28,10 @@
url = "github:nix-community/disko/latest";
inputs.nixpkgs.follows = "nixpkgs";
};
lanzaboote = {
url = "github:nix-community/lanzaboote/v0.4.3";
inputs.nixpkgs.follows = "nixpkgs";
};
vpn-confinement = {
url = "github:Maroka-chan/VPN-Confinement";
};