nixos/postfix: allow path values in main.cf

This is useful for passing a tls_config_file for example.
This commit is contained in:
Martin Weinelt
2025-11-09 20:05:45 +01:00
parent 1e37ea26e4
commit c4a3db606e
+1
View File
@@ -522,6 +522,7 @@ in
nullOr (oneOf [
bool
int
path
str
(listOf str)
])