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