From 3495e1cfbf4c013aee209de1221165f82b5d62df Mon Sep 17 00:00:00 2001 From: Don Harper Date: Wed, 6 May 2026 17:52:02 -0500 Subject: [PATCH] fix path --- hosts/harper/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/harper/default.nix b/hosts/harper/default.nix index d115583..541f633 100644 --- a/hosts/harper/default.nix +++ b/hosts/harper/default.nix @@ -9,7 +9,7 @@ imports = [ inputs.sops-nix.nixosModules.sops ./hardware-configuration.nix - ../../server + ../server ]; networking.hostName = "harper"; variables.address = "100.72.0.3";