From d21059125946a16914bf6dc74830b8d23e9208a2 Mon Sep 17 00:00:00 2001 From: Alexander Tomokhov Date: Tue, 23 Jan 2024 16:56:40 +0400 Subject: [PATCH] infect:config:sha1: fix no ssh key build --- nixos-infect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-infect b/nixos-infect index e882f97..b100d87 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/553cfdf89971b67884eea5e4e52cc26d70526686.tar.gz" +readonly CONFIG_URL="https://git.selfprivacy.org/api/v1/repos/SelfPrivacy/selfprivacy-nixos-template/archive/013d949b931ecf7d7c91ce87f646b9597b38583a.tar.gz" readonly NIX_VERSION="2.18.1" readonly NL=$'\n'