From 5d93c8197e22aeea6c2364065f2582e2b59bf46e Mon Sep 17 00:00:00 2001 From: Alexander Tomokhov Date: Fri, 19 Jan 2024 03:10:51 +0400 Subject: [PATCH] infect:config:sha1: update selfprivacy-api: small fixes --- nixos-infect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-infect b/nixos-infect index fc0daa1..724093c 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/1286e9503e185f3f1a85e107beb6e837fa607374.tar.gz" +readonly CONFIG_URL="https://git.selfprivacy.org/api/v1/repos/SelfPrivacy/selfprivacy-nixos-template/archive/75bac4e7e2819883d016c9f63f6b2e8f9fc1ca9e.tar.gz" readonly NIX_VERSION="2.18.1" readonly NL=$'\n'