Skip to content

Instantly share code, notes, and snippets.

View sputn1ck's full-sized avatar

Konstantin Nick sputn1ck

View GitHub Profile
@sputn1ck
sputn1ck / nixos-install-hetzner-cloud.sh
Created July 21, 2020 10:44 — forked from nh2/nixos-install-hetzner-cloud.sh
Script to install NixOS from the Hetzner Cloud NixOS bootable ISO image. Wipes the disk!
#! /usr/bin/env bash
# Script to install NixOS from the Hetzner Cloud NixOS bootable ISO image.
# Wipes the disk!
# Tested with Hetzner's `NixOS 20.03 (amd64/minimal)` ISO image.
#
# Run like:
#
# curl https://nh2.me/nixos-install-hetzner-cloud.sh | sudo bash
#