diff options
author | Ben Sima <ben@bsima.me> | 2025-01-03 16:56:39 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2025-01-03 16:56:39 -0500 |
commit | 178a4fab6cdb5cbde6535d131d3341dba811db32 (patch) | |
tree | b64d1a6bec4342dda603cf7b1f626f2085e6473f /Omni/Cloud.nix | |
parent | 34ed368a9f95e49fe0fe9bce28dd20714edbb155 (diff) |
Get xmpp uploads working again
The problem was that the ssl cert wasn't renewing. I added the domains to the
nginx config, and cleaned up some other stuff. During debug I also udpated
nixos-mailserver and nixos stable because I thought it would fix something; it
didn't but I might as well use the updated versions of stuff since it seems to
still work fine.
Diffstat (limited to 'Omni/Cloud.nix')
-rw-r--r-- | Omni/Cloud.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Omni/Cloud.nix b/Omni/Cloud.nix index e9bff4b..8d5095d 100644 --- a/Omni/Cloud.nix +++ b/Omni/Cloud.nix @@ -5,7 +5,7 @@ bild.os { ./Os/Base.nix ./Packages.nix ./Users.nix - ./Cloud/Chat.nix + # ./Cloud/Chat.nix ./Cloud/Comms.nix ./Cloud/Git.nix ./Cloud/Hardware.nix |