From c261fd87509cf8794b1a6fa7b1abe9fbc0b2ee76 Mon Sep 17 00:00:00 2001 From: ibizaman Date: Tue, 4 Apr 2023 00:04:38 -0700 Subject: [PATCH] add start of documentation to deploy on Linode --- README.md | 1 + docs/tutorials/linode.md | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 docs/tutorials/linode.md 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.