Add Factorio (vultr) server
This commit is contained in:
parent
6e16dd7162
commit
b74fc406d5
6 changed files with 104 additions and 0 deletions
8
factorio/Makefile
Normal file
8
factorio/Makefile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
.PHONY: deploy
|
||||
deploy:
|
||||
nixos-rebuild switch --fast -I nixos-config=./configuration.nix --build-host root@factorio.chandlerswift.com --target-host root@factorio.chandlerswift.com
|
||||
|
||||
.PHONY: create-server
|
||||
create-server:
|
||||
../create-server.py factorio.chandlerswift.com
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue