nose-pluto/scripts/config.sh
2025-10-06 20:49:52 -07:00

8 lines
280 B
Bash

#!/usr/bin/env bash
# It isn't enough to modify this yet.
# You also need to manually update the nose-pluto.service file.
HOST="${HOST:-nose@nose-pluto.local}"
URL="${URL:-http://nose-pluto.local}"
DEST="${DEST:-~/.nose}"
REPO="${REPO:-https://git.nose.space/defunkt/nose-pluto}"