diff options
author | Rory& <root@rory.gay> | 2024-07-04 17:12:37 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-07-04 17:12:37 +0200 |
commit | ef454bb036d5406b9585e630dc48c24ab3dad193 (patch) | |
tree | dbd01f9c8c882270d66af0210e625e1c70ec86a5 /host/Rory-nginx/services/matrix/synapse/workers/user-dir.nix | |
parent | Fix nginx for user dir worker (diff) | |
download | Rory-Open-Architecture-ef454bb036d5406b9585e630dc48c24ab3dad193.tar.xz |
synapse user dir 666 perms on client socket
Diffstat (limited to 'host/Rory-nginx/services/matrix/synapse/workers/user-dir.nix')
-rw-r--r-- | host/Rory-nginx/services/matrix/synapse/workers/user-dir.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/Rory-nginx/services/matrix/synapse/workers/user-dir.nix b/host/Rory-nginx/services/matrix/synapse/workers/user-dir.nix index 93ddee8..75ba121 100644 --- a/host/Rory-nginx/services/matrix/synapse/workers/user-dir.nix +++ b/host/Rory-nginx/services/matrix/synapse/workers/user-dir.nix @@ -38,6 +38,7 @@ in { type = "http"; path = "/run/matrix-synapse/user_dir-client.sock"; + mode = 666; resources = [ { names = [ "client" ]; |