From fbc3caa01a3c202c8823e6aca5b5f3e67869233b Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Mon, 27 Dec 2021 12:34:58 +0100 Subject: [PATCH] update README of hetzner script --- scripts/hetzner-dedicated-wipe-and-install-nixos.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/hetzner-dedicated-wipe-and-install-nixos.sh b/scripts/hetzner-dedicated-wipe-and-install-nixos.sh index 4c588e7..b47c2c7 100644 --- a/scripts/hetzner-dedicated-wipe-and-install-nixos.sh +++ b/scripts/hetzner-dedicated-wipe-and-install-nixos.sh @@ -1,5 +1,9 @@ #!/usr/bin/env bash +# Adepted from : +# * https://mazzo.li/posts/hetzner-zfs.html +# * https://nixos.wiki/wiki/Install_NixOS_on_Hetzner_Online + # Installs NixOS on a Hetzner server, wiping the server. # # This is for a specific server configuration; adjust where needed. @@ -53,7 +57,7 @@ # being able to login without any authentication. # * The script reboots at the end. # * does not use uefi (check if you can : efibootmgr) -# Notes https://mazzo.li/posts/hetzner-zfs.html +# # FIXME : change password MAIN_PASSWORD="YOLO"