diff --git a/lib/hostHelper.nix b/lib/hostHelper.nix index 13e7f33..48f46ac 100644 --- a/lib/hostHelper.nix +++ b/lib/hostHelper.nix @@ -7,7 +7,7 @@ in nixosSystem { specialArgs = {inherit inArgs;}; modules = [ - ./hosts/${hostname} + ../hosts/${hostname} #./debug.nix { networking.hostName = hostname;