This commit is contained in:
iFargle 2023-07-01 18:08:54 +09:00
parent 4393f0c59e
commit ce67b5f1bc

View file

@ -57,9 +57,10 @@
nixos-p1 = lib.nixosSystem { nixos-p1 = lib.nixosSystem {
inherit system; inherit system;
modules = [ modules = [
{ _module.args = inputs; }
# 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