chore: Update config URL

This commit is contained in:
Inex Code 2024-08-08 21:04:40 +03:00
parent ae1118061d
commit 6867e9554e

View file

@ -20,7 +20,7 @@
: "${VOLUME_DEV_PATH:=}"
: "${STAGING_ACME:=false}"
readonly CONFIG_URL="https://git.selfprivacy.org/api/v1/repos/SelfPrivacy/selfprivacy-nixos-template/archive/59428e754706118bbf419115be306a649f103bee.tar.gz"
readonly CONFIG_URL="https://git.selfprivacy.org/api/v1/repos/SelfPrivacy/selfprivacy-nixos-template/archive/647dc374c944b197825a1c90fda37d64064f45f4.tar.gz"
readonly NIX_VERSION="2.18.5"
readonly NL=$'\n'