diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-31 22:57:12 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-31 22:57:12 +0100 |
commit | ef1443a2d1b613b4f00b2d17677a0e97d63471fe (patch) | |
tree | a89d61a5561b67bf7c91c7ec5cc93cb0aede5b90 /hosts/surtr/http.nix | |
parent | e773f5a4fbf42a868c0c10a3250c57305b5ae6b3 (diff) | |
download | nixos-ef1443a2d1b613b4f00b2d17677a0e97d63471fe.tar nixos-ef1443a2d1b613b4f00b2d17677a0e97d63471fe.tar.gz nixos-ef1443a2d1b613b4f00b2d17677a0e97d63471fe.tar.bz2 nixos-ef1443a2d1b613b4f00b2d17677a0e97d63471fe.tar.xz nixos-ef1443a2d1b613b4f00b2d17677a0e97d63471fe.zip |
...
Diffstat (limited to 'hosts/surtr/http.nix')
-rw-r--r-- | hosts/surtr/http.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/surtr/http.nix b/hosts/surtr/http.nix index 77a60034..938634a7 100644 --- a/hosts/surtr/http.nix +++ b/hosts/surtr/http.nix | |||
@@ -2,9 +2,9 @@ | |||
2 | { | 2 | { |
3 | config = { | 3 | config = { |
4 | security.pam.services."webdav".text = '' | 4 | security.pam.services."webdav".text = '' |
5 | auth requisite pam_succeed_if.so user ingroup webdav | 5 | auth requisite pam_succeed_if.so user ingroup webdav quiet_success |
6 | auth required pam_unix.so audit likeauth nullok nodelay | 6 | auth required pam_unix.so audit likeauth nullok nodelay quiet |
7 | account sufficient pam_unix.so | 7 | account sufficient pam_unix.so quiet |
8 | ''; | 8 | ''; |
9 | users.groups."webdav" = {}; | 9 | users.groups."webdav" = {}; |
10 | 10 | ||