mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 09:10:32 +01:00
8 lines
178 B
Makefile
8 lines
178 B
Makefile
|
beleth-host := "root@88.99.90.90"
|
||
|
|
||
|
rebuild:
|
||
|
nh os switch . -- -vv
|
||
|
|
||
|
beleth:
|
||
|
nixos-rebuild switch --flake '.#beleth' --build-host {{beleth-host}} --target-host {{beleth-host}}
|