remove fix synapse permissions script
This commit is contained in:
parent
6f32149a9a
commit
b2cf4e6232
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, config, ... }: {
|
||||
{ pkgs, lib, config, ... }: {
|
||||
services.matrix-synapse = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
@ -67,6 +67,7 @@
|
|||
"DATABASE synapse" = "ALL PRIVILEGES";
|
||||
};
|
||||
}];
|
||||
systemd.services.matrix-synapse.serviceConfig.ExecStartPre = lib.mkForce (pkgs.writeShellScript "dummy" "true");
|
||||
services.nginx.virtualHosts =
|
||||
let
|
||||
listenIPs = (import ../../utils/getInternalIP.nix config).listenIPs;
|
||||
|
|
Loading…
Reference in a new issue