chore: Use master branch of NixOS config

testing/digital-ocean
Inex Code 2023-03-17 14:08:43 +03:00
parent fec11f8a7a
commit 83a65bea88
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ makeConf() {
# NB <<"EOF" quotes / $ ` in heredocs, <<EOF does not
mkdir -p /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
# Prevent grep for sending error code 1 (and halting execution) when no lines are selected : https://www.unix.com/man-page/posix/1P/grep
local IFS=$'\n'