From 316f5f59a6278266df9c5c86a18304ea6a4ef090 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Fri, 27 Mar 2026 08:43:06 -0500 Subject: [PATCH] variable --- modules/hosts/john-pc/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/hosts/john-pc/default.nix b/modules/hosts/john-pc/default.nix index cf021ca..4512eb5 100644 --- a/modules/hosts/john-pc/default.nix +++ b/modules/hosts/john-pc/default.nix @@ -2,8 +2,8 @@ let username = "john"; hostname = "john-pc-ubuntu"; - # testTarget = "fded:fb16:653e:25da:be24:11ff:fea0:753f"; # test-nix - testTarget = "fded:fb16:653e:25da:be24:11ff:fe89:1cc3"; # soteria + testTarget = "fded:fb16:653e:25da:be24:11ff:fea0:753f"; # test-nix + # testTarget = "fded:fb16:653e:25da:be24:11ff:fe89:1cc3"; # soteria in { flake.modules.homeManager."${hostname}" = { pkgs, config, ... }: @@ -38,7 +38,7 @@ in mkdir -p /var/tmp/nix-build chmod 1777 /var/tmp/nix-build nixos-rebuild switch \ - --flake ${flakeDir}#john-pc-ubuntu \ + --flake ${flakeDir}#${hostname} \ --target-host root@${testTarget} '') ];