Skip to content

Instantly share code, notes, and snippets.

View lukebfox's full-sized avatar

Luke Bentley-Fox lukebfox

  • London, United Kingdom
View GitHub Profile
@lukebfox
lukebfox / hetzner-AX41-NVMe-bootstrap.sh
Last active July 20, 2024 12:23
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"