diff --git a/nixos-infect b/nixos-infect index e882f97..241f9dc 100755 --- a/nixos-infect +++ b/nixos-infect @@ -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/553cfdf89971b67884eea5e4e52cc26d70526686.tar.gz" +readonly CONFIG_URL="https://git.selfprivacy.org/api/v1/repos/SelfPrivacy/selfprivacy-nixos-template/archive/b1123e23641d2f6f27c3797b2d3dfdfe5b96be93.tar.gz" readonly NIX_VERSION="2.18.1" readonly NL=$'\n'