blob: 311205f5473fdd18ec7e28aed33329c6036063f5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#!/usr/bin/env nix-shell
#!nix-shell --pure -i bash -p bash jq envsubst
# shellcheck shell=bash
set -Eeuo pipefail
# download nix files before starting
# generate local nix-file: get input for hostName
# fdisk
|