diff --git a/scripts/env.sh b/scripts/env.sh index 4aa586f..22860a7 100755 --- a/scripts/env.sh +++ b/scripts/env.sh @@ -30,7 +30,7 @@ # (from this checkout's own `origin` remote) the first time it doesn't # find it, installing build tooling via scripts/codex-setup.sh, then # `git pull`s it before every subsequent build. -: "${PROXMOX_REMOTE_REPO_DIR:=/root/nixos}" +: "${PROXMOX_REMOTE_REPO_DIR:=/home/${PROXMOX_SSH_USER}/nixos}" # Storage pool names -- Proxmox's own stock-install defaults, but this # varies a lot by setup (ZFS pool name, custom LVM-thin volume, etc.).