Simple mailserver setup for NixOS loosely based on https://gitlab.com/simple-nixos-mailserver/nixos-mailserver
Find a file
Thomas Preisner d907cfdefe 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.
2024-12-29 15:48:12 +01:00
mailsystem mailsystem: nginx: Replace incorrect usage of lib.mkIf with lib.optionalAttrs 2024-12-29 15:48:12 +01:00
tests Disable roundcube and rspamd webui by default 2024-12-28 14:58:29 +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 2024-12-28 14:58:28 +01:00
flake.nix tests: Add various tests for alias functionality 2024-12-28 14:58:28 +01:00