summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/vidhar/borg/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/borg/default.nix b/hosts/vidhar/borg/default.nix
index 53b36d82..7a508971 100644
--- a/hosts/vidhar/borg/default.nix
+++ b/hosts/vidhar/borg/default.nix
@@ -24,7 +24,7 @@ let
24 ExecStart = "${copyBorg}/bin/copy ${escapeShellArg repo} yggdrasil.borgbase:repo"; 24 ExecStart = "${copyBorg}/bin/copy ${escapeShellArg repo} yggdrasil.borgbase:repo";
25 # User = "borg"; 25 # User = "borg";
26 # Group = "borg"; 26 # Group = "borg";
27 StateDirectory = "borg"; 27 # StateDirectory = "borg";
28 RuntimeDirectory = "copy-borg"; 28 RuntimeDirectory = "copy-borg";
29 Environment = [ 29 Environment = [
30 "BORG_RSH=\"${pkgs.openssh}/bin/ssh -F ${sshConfig}\"" 30 "BORG_RSH=\"${pkgs.openssh}/bin/ssh -F ${sshConfig}\""