commit a0aec3ee3dcf9825a31fc1117cc9d8021c4be8a4 parent abf9a1916dee747ff0d0f1a6506622eb93262ff4 Author: Vincent Demeester <vincent@sbr.pm> Date: Fri, 16 Sep 2022 17:02:05 +0200 Makefile: special shikoku and kerkouane targets Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | Makefile | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile @@ -13,6 +13,15 @@ host/%/boot: FORCE host/%/switch: FORCE nixos-rebuild --build-host ${BUILDER_HOST} --target-host root@$*.home --flake .#$* switch +host/shikoku/boot: + nixos-rebuild --build-host root@shikoku.home --target-host root@shikoku.home --flake .#shikoku boot +host/shikoku/switch: + nixos-rebuild --build-host root@shikoku.home --target-host root@shikoku.home --flake .#shikoku switch +host/kerkouane/boot: + nixos-rebuild --build-host ${BUILDER_HOST} --target-host root@kerkouane.vpn --flake .#kerkouane boot +host/kerkouane/switch: + nixos-rebuild --build-host ${BUILDER_HOST} --target-host root@kerkouane.vpn --flake .#kerkouane switch + boot: sudo nixos-rebuild --flake .# boot switch: