From 7567c69722684a993bfa0bb41ec4f67d4af1aae1 Mon Sep 17 00:00:00 2001 From: Inex Code Date: Thu, 14 Mar 2024 18:46:29 +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 a71baa8..a8fd4e0 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/c204ab6da572e28fd5c5e9f6f30c6ed3fb35d709.tar.gz" readonly NIX_VERSION="2.18.1" readonly NL=$'\n'