Merge pull request #30 from NixOS/joerg-ci

wait for wiki backup to finish before starting borg
This commit is contained in:
Jörg Thalheim 2024-04-01 13:19:42 +02:00 committed by GitHub
commit 3bbd6366a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -165,7 +165,7 @@ in
preHook = ''
set -x
${config.systemd.package}/bin/systemctl start wiki-backup
${config.systemd.package}/bin/systemctl start --wait wiki-backup
set +x
'';
postHook = ''