From ce67b5f1bcf093efbd382f9884b8e702895fab8c Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 1 Jul 2023 18:08:54 +0900 Subject: [PATCH] test --- flake.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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