added lanzaboote module
This commit is contained in:
parent
9b7388db75
commit
6fcbb6adb8
2 changed files with 7 additions and 1 deletions
|
@ -30,6 +30,11 @@
|
|||
impermanence = {
|
||||
url = "github:nix-community/impermanence";
|
||||
};
|
||||
|
||||
lanzaboote = {
|
||||
url = "github:nix-community/lanzaboote/v0.4.1";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = inputs: import ./outputs.nix inputs;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ nixpkgs, lix, home-manager, niri, impermanence, ... }@inputs: let
|
||||
{ nixpkgs, lix, home-manager, niri, impermanence, lanzaboote, ... }@inputs: let
|
||||
modules = [
|
||||
./modules
|
||||
./options.nix
|
||||
|
@ -7,6 +7,7 @@
|
|||
home-manager.nixosModules.home-manager
|
||||
lix.nixosModules.default
|
||||
impermanence.nixosModules.impermanence
|
||||
lanzaboote.nixosModules.lanzaboote
|
||||
];
|
||||
in {
|
||||
nixosConfigurations = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue