Make env_file into a list
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user