mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2024-11-22 03:51:27 +00:00
STAGING_ACME is optional (default is false)
This commit is contained in:
parent
743129d6cb
commit
774bea292f
|
@ -15,12 +15,12 @@
|
|||
: "${LUSER:?LUSER variable is not set}"
|
||||
: "${NIX_VERSION:?NIX_VERSION variable is not set}"
|
||||
: "${PROVIDER:?PROVIDER variable is not set}"
|
||||
: "${STAGING_ACME:?STAGING_ACME variable is not set}"
|
||||
|
||||
# optional variables
|
||||
: "${NIXOS_CONFIG_ID:=default}"
|
||||
: "${SSH_AUTHORIZED_KEY:=}"
|
||||
: "${VOLUME_DEV_PATH:=}"
|
||||
: "${STAGING_ACME:=false}"
|
||||
|
||||
readonly NL=$'\n'
|
||||
readonly LOCAL_FLAKE_DIR="/etc/nixos"
|
||||
|
|
Loading…
Reference in a new issue