From 4fc1db92aacf2af08bb078267aed2cb45f98b97b Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Thu, 20 Apr 2023 23:42:18 +0200 Subject: Fix restic-server setup --- tw/system/vin.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tw/system') diff --git a/tw/system/vin.scm b/tw/system/vin.scm index e74d0df6..9c467a54 100644 --- a/tw/system/vin.scm +++ b/tw/system/vin.scm @@ -47,7 +47,7 @@ (restic-server-configuration (repository-path "/var/backups/restic") (bind-address - (server-wireguard-address host-name ":8181")) + (server-wireguard-address host-name 8181)) (append-only? #t) ; run cleanup jobs separately, using plain restic (private-repos-only? #t) ; require /user/ path prefix (prometheus? #t) -- cgit v1.2.3