From 02ccc80ebe58c5221b12c146f74fb8f29310ed95 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 31 Jan 2022 17:29:11 +0100 Subject: ... --- hosts/surtr/http.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/surtr/http.nix b/hosts/surtr/http.nix index a0d9f0f6..bf5e0335 100644 --- a/hosts/surtr/http.nix +++ b/hosts/surtr/http.nix @@ -4,7 +4,7 @@ services.webdav-server-rs = { enable = true; settings = { - server.listen = [ "127.0.0.1:4918" "::1:4918" ]; + server.listen = [ "127.0.0.1:4918" "[::1]:4918" ]; accounts = { auth-type = "pam"; acct-type = "unix"; -- cgit v1.2.3