Make env_file into a list
This commit is contained in:
+1
-1
@@ -314,7 +314,7 @@ in {
|
|||||||
# Needs access to external network for user lookups
|
# Needs access to external network for user lookups
|
||||||
"external_network"
|
"external_network"
|
||||||
];
|
];
|
||||||
env_file = hostSecrets.mailLdapProxyEnv.target-file;
|
env_file = [ hostSecrets.mailLdapProxyEnv.target-file ];
|
||||||
};
|
};
|
||||||
antispam = {
|
antispam = {
|
||||||
service = {
|
service = {
|
||||||
|
|||||||
Reference in New Issue
Block a user