From 0aca77ea71e994276ec91339d0cac9529606a055 Mon Sep 17 00:00:00 2001 From: Inex Code Date: Thu, 2 May 2024 22:41:59 +0300 Subject: [PATCH] infect:config:sha1: update nixos-config --- nixos-infect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-infect b/nixos-infect index a8fd4e0..2a79e0a 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/c204ab6da572e28fd5c5e9f6f30c6ed3fb35d709.tar.gz" +readonly CONFIG_URL="https://git.selfprivacy.org/api/v1/repos/SelfPrivacy/selfprivacy-nixos-template/archive/c5b16ac16dd328199e8f4f901890fff63f2fb81f.tar.gz" readonly NIX_VERSION="2.18.1" readonly NL=$'\n'