Skip to content

Instantly share code, notes, and snippets.

View FabulousCodingFox's full-sized avatar

Fabian Fuchs FabulousCodingFox

View GitHub Profile
@FabulousCodingFox
FabulousCodingFox / hetzner-AX41-NVMe-bootstrap.sh
Last active July 20, 2024 12:23 — forked from lukebfox/hetzner-AX41-NVMe-bootstrap.sh
Instructions to bootstrap nixos with root zfs on hetzner dedicated AX41-NVMe server
#!/usr/bin/env bash
set -eo pipefail
################################################################################
## Setup Helpers
################################################################################
export COLOR_RESET="\033[0m"