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

Merge pull request from NixOS/fix-backup

backup: also start wiki-dump in backup method
This commit is contained in:
lassulus
2024-04-05 16:12:41 +02:00
committed by GitHub

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