1
0
mirror of https://github.com/Mic92/nixos-wiki-infra.git synced 2025-07-12 12:25:18 +02:00

Merge pull request 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

@ -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 = ''