feat: add lanzaboote

- Added lanzaboote
- Disabled systemd-boot in favor of lanzaboote
- Added sbctl
This commit is contained in:
lightly-toasted 2025-08-28 22:37:42 +09:00
parent dfc4f9ba9d
commit b738736f94
5 changed files with 182 additions and 6 deletions

View file

@ -18,6 +18,10 @@
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
lanzaboote = {
url = "github:nix-community/lanzaboote/v0.4.2";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixpkgs, home-manager, ... } @ inputs: