diff options
author | Ben Sima <ben@bsima.me> | 2022-01-05 14:12:30 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-01-05 14:12:30 -0500 |
commit | 354af91cdaded78f89d1879f229ff1fee4e96869 (patch) | |
tree | defe1b1a1322dcff1e948a24acbf6d076dd69405 /Biz/Cloud/Chat.nix | |
parent | 9a10f244693f4d0c17f4e758e64dbdc014299c9f (diff) |
Small infra updates
- notes about dovecot and ssl certs
- disable matrix because its not setup properly and i don't use it
- format some stuff
- fix path to git repos
Diffstat (limited to 'Biz/Cloud/Chat.nix')
-rw-r--r-- | Biz/Cloud/Chat.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Cloud/Chat.nix b/Biz/Cloud/Chat.nix index 6f8ac3a..0c29f3f 100644 --- a/Biz/Cloud/Chat.nix +++ b/Biz/Cloud/Chat.nix @@ -21,7 +21,7 @@ in { # https://nixos.org/nixos/manual/index.html#module-services-matrix # services.matrix-synapse = { - enable = true; + enable = false; server_name = config.networking.domain; registration_shared_secret = "AkGRWSQLga3RoKRFnHhKoeCEIeZzu31y4TRzMRkMyRbBnETkVTSxilf24qySLzQn"; listeners = [ |