infect:config:sha1: update nixos-config

This commit is contained in:
Inex Code 2024-08-07 22:43:37 +03:00
parent 0aca77ea71
commit ae1118061d

View file

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