From 924304c8ead07e4362f8acbbd1a3420bcf046408 Mon Sep 17 00:00:00 2001 From: Ranomier <> Date: Sun, 8 Jun 2025 03:32:28 +0200 Subject: [PATCH] fix: correct path --- lib/hostHelper.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;