diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/vidhar/borg/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/vidhar/borg/default.nix b/hosts/vidhar/borg/default.nix index 36b70549..579630a9 100644 --- a/hosts/vidhar/borg/default.nix +++ b/hosts/vidhar/borg/default.nix | |||
@@ -22,6 +22,7 @@ let | |||
22 | serviceConfig = { | 22 | serviceConfig = { |
23 | Type = "oneshot"; | 23 | Type = "oneshot"; |
24 | ExecStart = "${copyBorg}/bin/copy ${escapeShellArg repo} yggdrasil.borgbase:repo"; | 24 | ExecStart = "${copyBorg}/bin/copy ${escapeShellArg repo} yggdrasil.borgbase:repo"; |
25 | TimeoutStartSec = "8h"; | ||
25 | # User = "borg"; | 26 | # User = "borg"; |
26 | # Group = "borg"; | 27 | # Group = "borg"; |
27 | # StateDirectory = "borg"; | 28 | # StateDirectory = "borg"; |