diff --git a/README.md b/README.md index fd2ec1c..5c70d6c 100644 --- a/README.md +++ b/README.md @@ -234,6 +234,7 @@ In rough order of highest to lowest priority. - Misc - [x] Function to generate haproxy config + - [ ] Handle Nixops 2 (nixops_unstable) - [ ] Documentation for setting up on Linode - [ ] Documentation for getting started - [ ] Add configuration examples diff --git a/docs/tutorials/linode.md b/docs/tutorials/linode.md new file mode 100644 index 0000000..1d3b0e5 --- /dev/null +++ b/docs/tutorials/linode.md @@ -0,0 +1,6 @@ +# Deploy to Linode + +To deploy on a [Linode](linode.com) server, you first need to follow +[this +guide](https://www.linode.com/docs/guides/install-nixos-on-linode) to +install NixOS.