From 497b49f5b27458fbb371f03fcf2d9173ee028891 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Tue, 13 Feb 2024 03:51:38 -0500 Subject: [PATCH] readme: hetzner instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4d982de..55da521 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ To use this repository as base configuration for your new machine running: - Install NixOS - Hetzner dedicated from Linux Rescue system: https://github.com/numtide/nixos-anywhere (see [blog post](https://galowicz.de/2023/04/05/single-command-server-bootstrap/); example PR: https://github.com/srid/nixos-config/pull/35 where I had to configure networking manually) + - Copy from existing configuration (eg: ax41.nix) + - Make networking configuration changes. + - Run nixos-anywhere from a Linux system, targetting `root@` + - Wait for reboot; `ssh srid@`; profit! - Digital Ocean - Legacy/manual approach: [nixos-infect](https://github.com/elitak/nixos-infect) - Modern/automate approach: Custom image + colerama; cf. [Zulip](https://nixos.zulipchat.com/#narrow/stream/413948-nixos/topic/Deploying.20to.20DigitalOcean) and [example](https://github.com/fpindia/fpindia-chat)