From 62dfb006e45128fa50ea4ea135131f29302e7735 Mon Sep 17 00:00:00 2001 From: Alexander Tomokhov Date: Fri, 8 Mar 2024 05:34:56 +0400 Subject: [PATCH] infect:config:sha1<- nixpkgs and api update --- nixos-infect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-infect b/nixos-infect index 82d2004..a71baa8 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/4fc71ae22914fed2959c3bb92a838eac67a10d15.tar.gz" +readonly CONFIG_URL="https://git.selfprivacy.org/api/v1/repos/SelfPrivacy/selfprivacy-nixos-template/archive/f2587a6b1e2a07d25e7fa75133d81d5784a3822b.tar.gz" readonly NIX_VERSION="2.18.1" readonly NL=$'\n'