7 lines
235 B
Makefile
7 lines
235 B
Makefile
.DEFAULT_GOAL := default
|
|
|
|
default:
|
|
@sudo nixos-rebuild switch --flake path:./#$(hostname)
|
|
|
|
watergate:
|
|
@nixos-rebuild --build-host art@192.168.122.15 --target-host art@192.168.122.15 --use-remote-sudo switch --flake path:./#watergate
|