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