chore: statix fix
This commit is contained in:
parent
8ec7cb7794
commit
6d0186eadb
35 changed files with 39 additions and 46 deletions
|
|
@ -32,8 +32,8 @@ in
|
|||
security.acme = {
|
||||
acceptTerms = true;
|
||||
defaults = {
|
||||
email = cfg.email;
|
||||
dnsProvider = cfg.dnsProvider;
|
||||
inherit (cfg) email;
|
||||
inherit (cfg) dnsProvider;
|
||||
credentialsFile = mkIf (cfg.credentialsFile != null) cfg.credentialsFile;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue