This commit is contained in:
iFargle 2023-07-01 18:09:23 +09:00
parent ce67b5f1bc
commit 1d9a76af32

View file

@ -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