configuration/common: Apply custom nginx logrotate
This commit is contained in:
parent
2085d8dda8
commit
d0afa51964
@ -98,6 +98,10 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
services.logrotate.settings.nginx = {
|
||||
frequency = "daily";
|
||||
maxage = 14;
|
||||
};
|
||||
|
||||
security.acme = {
|
||||
defaults.email = "letsencrypt@clerie.de";
|
||||
|
Loading…
Reference in New Issue
Block a user