From 92ba4e6fffa5330b4cbb30af1e34121ab82bd49b Mon Sep 17 00:00:00 2001 From: Inex Code Date: Mon, 12 Aug 2024 21:40:51 +0300 Subject: [PATCH] chore: Update nixpkgs --- nixos-infect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-infect b/nixos-infect index 13a4633..77cf1a2 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/647dc374c944b197825a1c90fda37d64064f45f4.tar.gz" +readonly CONFIG_URL="https://git.selfprivacy.org/api/v1/repos/SelfPrivacy/selfprivacy-nixos-template/archive/db1db401d70c988e9a21f48bff1db7b615bc5942.tar.gz" readonly NIX_VERSION="2.18.5" readonly NL=$'\n'