mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Merge pull request #109099 from jpotier/fix-deprecation-warning-azure-agent
nixos/azure-agent: fix deprecation warning
This commit is contained in:
commit
6b0ba74baa
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ in
|
||||||
|
|
||||||
services.logrotate = {
|
services.logrotate = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = ''
|
extraConfig = ''
|
||||||
/var/log/waagent.log {
|
/var/log/waagent.log {
|
||||||
compress
|
compress
|
||||||
monthly
|
monthly
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue