From 221f937cb4336ed967eea6049c17ba4ef3da00bf Mon Sep 17 00:00:00 2001 From: Alexander Tomokhov Date: Tue, 12 Mar 2024 17:28:08 +0400 Subject: [PATCH] infect:config:sha1: fix deSEC --- nixos-infect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-infect b/nixos-infect index 527c745..9505558 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/f2587a6b1e2a07d25e7fa75133d81d5784a3822b.tar.gz" +readonly CONFIG_URL="https://git.selfprivacy.org/api/v1/repos/SelfPrivacy/selfprivacy-nixos-template/archive/75eba2cf8dd3f992c501ea36eeec43b35605a3a3.tar.gz" readonly NIX_VERSION="2.18.1" readonly NL=$'\n'