This commit is contained in:
John Lancaster
2026-03-27 08:43:06 -05:00
parent 5eda449dde
commit 316f5f59a6
+3 -3
View File
@@ -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}
'')
];