mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 07:25:40 +00:00
feat: add lanzaboote
- Added lanzaboote - Disabled systemd-boot in favor of lanzaboote - Added sbctl
This commit is contained in:
parent
dfc4f9ba9d
commit
b738736f94
5 changed files with 182 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue