From 8ce494c49046113b51884be3b98a0ddc9f64955b Mon Sep 17 00:00:00 2001 From: Alexander Tomokhov Date: Tue, 9 Jan 2024 23:34:34 +0400 Subject: [PATCH] nixos-infect: update selfprivacy-nixos-config sha1 --- nixos-infect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-infect b/nixos-infect index 8061590..1a6df5f 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/8f8a50439cb39447176f010272ab17b7892bceb4.tar.gz" +readonly CONFIG_URL="https://git.selfprivacy.org/api/v1/repos/SelfPrivacy/selfprivacy-nixos-template/archive/fba4d7b19a1764ca3594adb0dc804335e1db6481.tar.gz" readonly NIX_VERSION="2.18.1" readonly NL=$'\n'