summary refs log tree commit diff
path: root/nixos/modules/services/backup/tarsnap.nix
diff options
context:
space:
mode:
authorTanner Doshier <git@doshitan.com>2016-03-11 12:57:15 -0600
committerTanner Doshier <git@doshitan.com>2016-03-14 17:56:48 -0500
commitab1008014df76ae4f40491b3cfc889fc40a66067 (patch)
tree92303f92e68c8283de5304c696c8c628039cff9d /nixos/modules/services/backup/tarsnap.nix
parent71655b0b6946ce98014767957161f93cd69b557d (diff)
downloadnixlib-ab1008014df76ae4f40491b3cfc889fc40a66067.tar
nixlib-ab1008014df76ae4f40491b3cfc889fc40a66067.tar.gz
nixlib-ab1008014df76ae4f40491b3cfc889fc40a66067.tar.bz2
nixlib-ab1008014df76ae4f40491b3cfc889fc40a66067.tar.lz
nixlib-ab1008014df76ae4f40491b3cfc889fc40a66067.tar.xz
nixlib-ab1008014df76ae4f40491b3cfc889fc40a66067.tar.zst
nixlib-ab1008014df76ae4f40491b3cfc889fc40a66067.zip
tarsnap: 1.0.36.1 -> 1.0.37
Diffstat (limited to 'nixos/modules/services/backup/tarsnap.nix')
-rw-r--r--nixos/modules/services/backup/tarsnap.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/backup/tarsnap.nix b/nixos/modules/services/backup/tarsnap.nix
index 78776786468b..24892a2a59a1 100644
--- a/nixos/modules/services/backup/tarsnap.nix
+++ b/nixos/modules/services/backup/tarsnap.nix
@@ -293,7 +293,7 @@ in
       # make sure that the tarsnap server is reachable after systemd starts up
       # the service - therefore we sleep in a loop until we can ping the
       # endpoint.
-      preStart = "while ! ping -q -c 1 betatest-server.tarsnap.com &> /dev/null; do sleep 3; done";
+      preStart = "while ! ping -q -c 1 v1-0-0-server.tarsnap.com &> /dev/null; do sleep 3; done";
       scriptArgs = "%i";
       script = ''
         mkdir -p -m 0755 ${dirOf cfg.cachedir}