From 0c8ada1a1b51461bd81283875c3cb6966c961ebf Mon Sep 17 00:00:00 2001 From: Alexander Tomokhov Date: Thu, 11 Jan 2024 00:17:43 +0400 Subject: [PATCH] infect:config:sha1: selfprivacy-api branch change to master --- nixos-infect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-infect b/nixos-infect index 5848c57..734a406 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/915624bb58a58fb1121209576d43ffc10d09d92a.tar.gz" +readonly CONFIG_URL="https://git.selfprivacy.org/api/v1/repos/SelfPrivacy/selfprivacy-nixos-template/archive/20b204d4bda48604435a3d7e8fac69cf1aa85424.tar.gz" readonly NIX_VERSION="2.18.1" readonly NL=$'\n'