Change backup time on proxy

This commit is contained in:
Andreas Zweili 2022-09-12 18:17:53 +02:00
parent 7ded32df40
commit dbb6d3cecf

View File

@ -6,7 +6,7 @@
inherit hostname inputs pkgs;
})
(import "${inputs.self}/modules/restic-server-client" {
time = "11:30"; inherit custom hostname inputs pkgs;
time = "00:00"; inherit custom hostname inputs pkgs;
})
"${inputs.self}/modules/nginx-acme-base"
"${inputs.self}/modules/docker"