mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2024-11-28 19:24:20 +01:00
Merge pull request #59 from NixOS/fix-backup
backup: also start wiki-dump in backup method
This commit is contained in:
commit
20a7c51793
@ -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 = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user