From 627804e9d36a0df2a462fb686648c6f53f7cd83d Mon Sep 17 00:00:00 2001 From: Don Harper Date: Wed, 6 May 2026 17:53:01 -0500 Subject: [PATCH] fix path --- hosts/nuwww/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nuwww/default.nix b/hosts/nuwww/default.nix index 9a72ac6..d937c37 100644 --- a/hosts/nuwww/default.nix +++ b/hosts/nuwww/default.nix @@ -9,7 +9,7 @@ imports = [ inputs.sops-nix.nixosModules.sops ./hardware-configuration.nix - ../../server + ../server ]; networking.hostName = "nuwww"; variables.address = "100.72.2.1";