diff --git a/flake.nix b/flake.nix index 3381c425..0f7ce1cd 100644 --- a/flake.nix +++ b/flake.nix @@ -57,9 +57,10 @@ nixos-p1 = lib.nixosSystem { inherit system; modules = [ + { _module.args = inputs; } # Hardware Configuration - ./hosts/+"/"+${hostname}+/hardware-configuration.nix - ./hosts/+"/"+${hostname}+/configuration.nix + (./hosts/+("/"+hostname)+/hardware-configuration.nix) + (./hosts/+("/"+hostname)+/configuration.nix) # SecureBoot Configuration lanzaboote.nixosModules.lanzaboote