From 9c29782140eb51b5d6c922d7922b4542fdd275eb Mon Sep 17 00:00:00 2001 From: Inex Code Date: Tue, 24 Dec 2024 21:00:10 +0300 Subject: [PATCH] chore: API 3.5.0 --- nixos-infect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-infect b/nixos-infect index 5e4c1f3..2a934fd 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/5cc72fabbb8a03a58ceb4bc0c6cfa82a21c54783.tar.gz" +readonly CONFIG_URL="https://git.selfprivacy.org/api/v1/repos/SelfPrivacy/selfprivacy-nixos-template/archive/643b440a3c526824b2b8e7c058b08c10b46cb31d.tar.gz" readonly NIX_VERSION="2.18.5" readonly NL=$'\n'