nixos-config/justfile

8 lines
178 B
Makefile
Raw Normal View History

beleth-host := "root@88.99.90.90"
rebuild:
nh os switch . -- -vv
beleth:
nixos-rebuild switch --flake '.#beleth' --build-host {{beleth-host}} --target-host {{beleth-host}}