test
This commit is contained in:
parent
ce67b5f1bc
commit
1d9a76af32
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
lanzaboote.inputs.nixpkgs.follows = "nixpkgs";
|
lanzaboote.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { nixpkgs, home-manager, lanzaboote, ... }:
|
outputs = { nixpkgs, home-manager, lanzaboote, ... }@inputs:
|
||||||
let
|
let
|
||||||
|
|
||||||
# Variables - Remember to set these
|
# Variables - Remember to set these
|
||||||
|
@ -61,6 +61,7 @@
|
||||||
# Hardware Configuration
|
# Hardware Configuration
|
||||||
(./hosts/+("/"+hostname)+/hardware-configuration.nix)
|
(./hosts/+("/"+hostname)+/hardware-configuration.nix)
|
||||||
(./hosts/+("/"+hostname)+/configuration.nix)
|
(./hosts/+("/"+hostname)+/configuration.nix)
|
||||||
|
|
||||||
# SecureBoot Configuration
|
# SecureBoot Configuration
|
||||||
lanzaboote.nixosModules.lanzaboote
|
lanzaboote.nixosModules.lanzaboote
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue