diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-31 17:29:11 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-31 17:29:11 +0100 |
commit | 02ccc80ebe58c5221b12c146f74fb8f29310ed95 (patch) | |
tree | 8a4291611213f6b9959f628effcff6abc18944e8 /hosts | |
parent | 6cd83cb6647f491ec41fbf0e2508477024296a17 (diff) | |
download | nixos-02ccc80ebe58c5221b12c146f74fb8f29310ed95.tar nixos-02ccc80ebe58c5221b12c146f74fb8f29310ed95.tar.gz nixos-02ccc80ebe58c5221b12c146f74fb8f29310ed95.tar.bz2 nixos-02ccc80ebe58c5221b12c146f74fb8f29310ed95.tar.xz nixos-02ccc80ebe58c5221b12c146f74fb8f29310ed95.zip |
...
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/surtr/http.nix | 2 |
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"; |