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