diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-02-18 11:52:11 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-02-18 11:52:11 +0100 |
commit | fa3d816bce75223876744ce26857cb6d0fd49a2c (patch) | |
tree | 53b6500d7ad7e16de590ffab0794d179a0e86928 /hosts/vidhar/borg | |
parent | f2b29b66704ae840123e6781b2cd133008a643d7 (diff) | |
download | nixos-fa3d816bce75223876744ce26857cb6d0fd49a2c.tar nixos-fa3d816bce75223876744ce26857cb6d0fd49a2c.tar.gz nixos-fa3d816bce75223876744ce26857cb6d0fd49a2c.tar.bz2 nixos-fa3d816bce75223876744ce26857cb6d0fd49a2c.tar.xz nixos-fa3d816bce75223876744ce26857cb6d0fd49a2c.zip |
vidhar: ...
Diffstat (limited to 'hosts/vidhar/borg')
-rw-r--r-- | hosts/vidhar/borg/default.nix | 2 |
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}\"" |