From 1825230029313f9c1149bd35f61abe3f79eb1585 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Thu, 12 Mar 2026 11:31:29 -0500 Subject: [PATCH] testTarget variable --- modules/hosts/john-pc-ubuntu.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/hosts/john-pc-ubuntu.nix b/modules/hosts/john-pc-ubuntu.nix index b13ae54..e90c48b 100644 --- a/modules/hosts/john-pc-ubuntu.nix +++ b/modules/hosts/john-pc-ubuntu.nix @@ -2,6 +2,7 @@ let username = "john"; hostname = "john-pc-ubuntu"; + testTarget = "fded:fb16:653e:25da:be24:11ff:fea0:753f"; in { flake.modules.homeManager."${hostname}" = { pkgs, config, ... }: @@ -27,7 +28,7 @@ in home.packages = with pkgs; [ nixos-rebuild (writeShellScriptBin "test-push" '' - nixos-rebuild switch --flake ${flakeDir}#test-nix --target-host root@fded:fb16:653e:25da:be24:11ff:fea0:753f + nixos-rebuild switch --flake ${flakeDir}#test-nix --target-host root@${testTarget} '') ]; # TODO: Add host-specific settings here: