From d88d75b9b7be7923a4efc940eb881b59e818a0b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?NaiJi=20=E2=9C=A8?= Date: Sun, 20 Nov 2022 16:39:01 +0200 Subject: [PATCH] chore: Remove temporary cloning branch and change back to api-redis Testing is over :') now back to normal --- nixos-infect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-infect b/nixos-infect index dab4779..3ada00f 100755 --- a/nixos-infect +++ b/nixos-infect @@ -22,7 +22,7 @@ makeConf() { mkdir -p /etc/nixos - git clone -b pleasedontmerge https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git /etc/nixos + git clone -b api-redis https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git /etc/nixos # git clone https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git /etc/nixos