oops, synapse should not install unless enabled
This commit is contained in:
parent
cd0f96ee6e
commit
64e95af3da
@ -22,7 +22,7 @@ in
|
||||
};
|
||||
};
|
||||
networking.firewall.allowedTCPPorts = lib.mkIf (!cfg.isLocal) [ cfg.port ];
|
||||
services = {
|
||||
services = lib.mkIf cfg.enable {
|
||||
matrix-synapse = {
|
||||
enable = true;
|
||||
extraConfigFiles = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user