summaryrefslogtreecommitdiff
path: root/hosts/vidhar/borg
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-03-13 20:02:16 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-03-13 20:02:16 +0100
commitc59727e3eb712b74fa99fd026a7941526a18f778 (patch)
tree19f3e0e8d248f2e791df13483e84c08ea19aa05c /hosts/vidhar/borg
parent24320f012ab36285f1ee3c3029833ccc157747c9 (diff)
downloadnixos-c59727e3eb712b74fa99fd026a7941526a18f778.tar
nixos-c59727e3eb712b74fa99fd026a7941526a18f778.tar.gz
nixos-c59727e3eb712b74fa99fd026a7941526a18f778.tar.bz2
nixos-c59727e3eb712b74fa99fd026a7941526a18f778.tar.xz
nixos-c59727e3eb712b74fa99fd026a7941526a18f778.zip
...
Diffstat (limited to 'hosts/vidhar/borg')
-rw-r--r--hosts/vidhar/borg/default.nix1
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";