summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-02-17 12:31:11 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-02-17 12:31:11 +0100
commit2f113f1d7d71007cb6b80ffce75bba5af55de767 (patch)
tree02a8c9cf8388164b5a0202253a6e3867a1bc6b41 /hosts
parent3b37f8ecdac287725cb36b78f81d18734726df28 (diff)
downloadnixos-2f113f1d7d71007cb6b80ffce75bba5af55de767.tar
nixos-2f113f1d7d71007cb6b80ffce75bba5af55de767.tar.gz
nixos-2f113f1d7d71007cb6b80ffce75bba5af55de767.tar.bz2
nixos-2f113f1d7d71007cb6b80ffce75bba5af55de767.tar.xz
nixos-2f113f1d7d71007cb6b80ffce75bba5af55de767.zip
vidhar: ...
Diffstat (limited to 'hosts')
-rw-r--r--hosts/vidhar/borg/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/vidhar/borg/default.nix b/hosts/vidhar/borg/default.nix
index 65c309da..43810e5d 100644
--- a/hosts/vidhar/borg/default.nix
+++ b/hosts/vidhar/borg/default.nix
@@ -17,6 +17,8 @@ let
17 ServerAliveCountMax 30 17 ServerAliveCountMax 30
18 ''; 18 '';
19 in nameValuePair serviceName { 19 in nameValuePair serviceName {
20 path = with pkgs; [borgbackup];
21
20 serviceConfig = { 22 serviceConfig = {
21 Type = "oneshot"; 23 Type = "oneshot";
22 ExecStart = "${copyBorg}/bin/copy ${escapeShellArg repo} yggdrasil.borgbase:repo"; 24 ExecStart = "${copyBorg}/bin/copy ${escapeShellArg repo} yggdrasil.borgbase:repo";