summaryrefslogtreecommitdiff
path: root/hosts/surtr/http.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/surtr/http.nix')
-rw-r--r--hosts/surtr/http.nix2
1 files changed, 1 insertions, 1 deletions
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 @@
4 services.webdav-server-rs = { 4 services.webdav-server-rs = {
5 enable = true; 5 enable = true;
6 settings = { 6 settings = {
7 server.listen = [ "127.0.0.1:4918" "::1:4918" ]; 7 server.listen = [ "127.0.0.1:4918" "[::1]:4918" ];
8 accounts = { 8 accounts = {
9 auth-type = "pam"; 9 auth-type = "pam";
10 acct-type = "unix"; 10 acct-type = "unix";