aboutsummaryrefslogtreecommitdiff
path: root/tw/system/vin.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tw/system/vin.scm')
-rw-r--r--tw/system/vin.scm2
1 files changed, 1 insertions, 1 deletions
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)