Make env_file into a list

This commit is contained in:
niten 2023-09-24 14:27:47 -07:00
parent ed02e0798e
commit 1b3cd2362b
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {