From cae2ce81f4f5f56561c1f9ae1ce6e51c5682ba67 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Thu, 12 Mar 2026 09:27:43 -0500 Subject: [PATCH] switched test script --- modules/hosts/john-pc-ubuntu.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hosts/john-pc-ubuntu.nix b/modules/hosts/john-pc-ubuntu.nix index 9cf4256..b13ae54 100644 --- a/modules/hosts/john-pc-ubuntu.nix +++ b/modules/hosts/john-pc-ubuntu.nix @@ -27,7 +27,7 @@ in home.packages = with pkgs; [ nixos-rebuild (writeShellScriptBin "test-push" '' - nixos-rebuild switch --flake ${flakeDir}#janus --target-host root@fded:fb16:653e:25da:be24:11ff:fea0:753f + nixos-rebuild switch --flake ${flakeDir}#test-nix --target-host root@fded:fb16:653e:25da:be24:11ff:fea0:753f '') ]; # TODO: Add host-specific settings here: