diff options
author | Ben Sima <ben@bsima.me> | 2025-03-04 09:50:47 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2025-03-18 08:54:17 -0400 |
commit | a41a3da7ce8d548f837c70d924e496eabec37496 (patch) | |
tree | b1bd74377d538e76d357a1b8d263a1289204ae4a /Omni/Cloud.nix | |
parent | e96bb4f778817c18b7a4488cd46fffd1b4e9544f (diff) |
Add Monica configuration for Omni/Cloud
Configure Monica on Omni/Cloud. I had to setup PHP FastCGI so that nginx handles
the PHP requests properly, and setup an email address for the service.
Diffstat (limited to 'Omni/Cloud.nix')
-rwxr-xr-x | Omni/Cloud.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Omni/Cloud.nix b/Omni/Cloud.nix index 9d1712f..6f52850 100755 --- a/Omni/Cloud.nix +++ b/Omni/Cloud.nix @@ -14,6 +14,7 @@ bild.os { ./Cloud/Networking.nix ./Cloud/Web.nix ./Cloud/Znc.nix + ./Cloud/Monica.nix "${bild.sources.nixos-mailserver}" ]; networking.hostName = "simatime"; |