Loading nixos/modules/services/network-filesystems/webdav.nix +2 −3 Original line number Diff line number Diff line Loading @@ -45,9 +45,8 @@ in { address = "0.0.0.0"; port = 8080; scope = "/srv/public"; modify = true; auth = true; directory = "/srv/public"; permissions = "R"; users = [ { username = "{env}ENV_USERNAME"; Loading Loading
nixos/modules/services/network-filesystems/webdav.nix +2 −3 Original line number Diff line number Diff line Loading @@ -45,9 +45,8 @@ in { address = "0.0.0.0"; port = 8080; scope = "/srv/public"; modify = true; auth = true; directory = "/srv/public"; permissions = "R"; users = [ { username = "{env}ENV_USERNAME"; Loading