4 lines
175 B
Makefile
4 lines
175 B
Makefile
.PHONY: deploy
|
|
deploy:
|
|
nixos-rebuild switch --fast -I nixos-config=./configuration.nix --build-host root@animal.chandlerswift.com --target-host root@animal.chandlerswift.com
|