commit 3606b753c23abbd9db02ab477d2cb38a74a8ea17 parent 2250cca672c4136db02e7b96b07330ae98b6d8e0 Author: Vincent Demeester <vincent@sbr.pm> Date: Mon, 29 Aug 2022 15:40:43 +0200 Makefile: temporary disable --build-host I need to setup a better ssh setup Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | Makefile | | | 6 | ++++-- |
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile @@ -9,9 +9,11 @@ hosts: ${HOSTS_BUILD} host/%/build: FORCE nix build .#nixosConfigurations.$*.config.system.build.toplevel --no-link host/%/boot: FORCE - nixos-rebuild --build-host ${BUILDER_HOST} --target-host root@$*.home --flake .#$* boot + nixos-rebuild --target-host root@$*.home --flake .#$* boot + # nixos-rebuild --build-host ${BUILDER_HOST} --target-host root@$*.home --flake .#$* boot host/%/switch: FORCE - nixos-rebuild --build-host ${BUILDER_HOST} --target-host root@$*.home --flake .#$* switch + nixos-rebuild --target-host root@$*.home --flake .#$* switch + # nixos-rebuild --build-host ${BUILDER_HOST} --target-host root@$*.home --flake .#$* switch boot: sudo nixos-rebuild --flake .# boot