add target for remote push to pocket2

This commit is contained in:
Don Harper 2024-04-03 23:13:20 -05:00
parent 6bc5db279b
commit 981634129e

View file

@ -30,6 +30,9 @@ pull:
doas nix-prefetch-url file://$$PWD/$$(ls -1 src/linuxx64* | tail -n1)
# doas nix-prefetch-url file://$$PWD/$$(ls -1 src/linuxarm64* | tail -n1)
# pocket2 does not really have enough space to do this locally
pocket2:
nixos-rebuild switch --flake .#pocket2 --target-host root@pocket2
ci:
git commit -m"updates from makefile" --all