infrastructure/README.md
2021-03-17 02:48:21 +00:00

10 lines
264 B
Markdown

# kat's nixfiles
To provision a new host:
* create a config for that host that contains a deploy.ssh.host
* run `./nyx install <hostname>`.
To rebuild a host:
* run `./nyx deploy <hostname> <method>` where method is optional, can be... switch or boot or such.