4 lines
101 B
Makefile
4 lines
101 B
Makefile
host := "egregore"
|
|
|
|
rebuild:
|
|
nixos-rebuild switch --flake .#{{host}} --target-host root@{{host}}
|