From f503e9024b1a939e581be9ef9073e9d8f88686ff Mon Sep 17 00:00:00 2001 From: Paul Haerle Date: Wed, 5 Apr 2023 14:26:39 +0200 Subject: [PATCH] Add link to blogpost @tfc has written a nice walk-through on his blog at: https://galowicz.de/2023/04/05/single-command-server-bootstrap/ . This links to it in README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 98eb936..9b4ef64 100644 --- a/README.md +++ b/README.md @@ -119,3 +119,7 @@ To format the code ```console nix fmt ``` + +# Further Reading + +@tfc has written a walkthrough on how use nixos-anywhere to bootstrap hetzner cloud servers as well as dedicated ones on his blog: https://galowicz.de/2023/04/05/single-command-server-bootstrap/