From 95d27a61be19aa3eacde5a7a6d87173bc83127cb Mon Sep 17 00:00:00 2001 From: Don Harper Date: Wed, 6 May 2026 17:52:23 -0500 Subject: [PATCH] fix path --- hosts/harper2/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/harper2/default.nix b/hosts/harper2/default.nix index cdce096..31ea45b 100644 --- a/hosts/harper2/default.nix +++ b/hosts/harper2/default.nix @@ -9,7 +9,7 @@ imports = [ inputs.sops-nix.nixosModules.sops ./hardware-configuration.nix - ../../server + ../server ]; networking.hostName = "harper2"; variables.address = "100.72.0.4";