Simple mailserver setup for NixOS loosely based on https://gitlab.com/simple-nixos-mailserver/nixos-mailserver
Find a file
Thomas Preisner 53e2b9f621 mailsystem: nginx: Replace incorrect usage of lib.mkIf with lib.optionalAttrs
Evaluation of lib.mkIf and lib.optionalAttrs is slightly different. In
this specific case, the usage of lib.mkIf resulted in the defined
virtualHost never actually being applied due to an earlier error in the
evaluation order.
2025-01-06 23:25:59 +01:00
mailsystem mailsystem: nginx: Replace incorrect usage of lib.mkIf with lib.optionalAttrs 2025-01-06 23:25:59 +01:00
tests Disable roundcube and rspamd webui by default 2025-01-06 23:25:59 +01:00
.envrc Initial commit 2024-11-26 00:23:32 +01:00
.gitignore Initial commit 2024-11-26 00:23:32 +01:00
flake.lock flake.nix: Add and configure treefmt-nix for nix fmt 2025-01-06 23:25:59 +01:00
flake.nix tests: Add various tests for alias functionality 2025-01-06 23:25:59 +01:00