nixos-config/Justfile
2024-02-09 21:55:57 +01:00

6 lines
133 B
Makefile

remote OPERATION HOST:
nixos-rebuild \
--flake .#{{HOST}} \
--target-host xun@{{HOST}} \
--use-remote-sudo \
{{OPERATION}}