mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 15:30:33 +01:00
10 lines
301 B
Makefile
10 lines
301 B
Makefile
beleth-host := "root@88.99.90.90"
|
|
beleth-user-host:= "xqtc@88.99.90.90"
|
|
|
|
rebuild:
|
|
nh os switch . -- -vv
|
|
|
|
beleth:
|
|
nixos-rebuild switch --flake '.#beleth' --build-host {{beleth-host}} --target-host {{beleth-host}}
|
|
ssh {{beleth-user-host}} "cd; cd nixos-config; git pull; cd; sh build_website.sh"
|