summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMartin Potier <martin.potier@marvid.fr>2021-01-12 13:00:38 +0200
committerMartin Potier <martin.potier@marvid.fr>2021-01-12 13:00:38 +0200
commitde02ae935051ffe278950b747eb7cebdba70fdde (patch)
tree88b72b8be0b829b88ac270fed41067e7f92363b0 /nixos
parent97c0e5d8a887eddb5bc3d7c834c8aa2367d6b2d7 (diff)
downloadnixpkgs-de02ae935051ffe278950b747eb7cebdba70fdde.tar
nixpkgs-de02ae935051ffe278950b747eb7cebdba70fdde.tar.gz
nixpkgs-de02ae935051ffe278950b747eb7cebdba70fdde.tar.bz2
nixpkgs-de02ae935051ffe278950b747eb7cebdba70fdde.tar.lz
nixpkgs-de02ae935051ffe278950b747eb7cebdba70fdde.tar.xz
nixpkgs-de02ae935051ffe278950b747eb7cebdba70fdde.tar.zst
nixpkgs-de02ae935051ffe278950b747eb7cebdba70fdde.zip
nixos/azure-agent: fix deprecation warning
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/virtualisation/azure-agent.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/virtualisation/azure-agent.nix b/nixos/modules/virtualisation/azure-agent.nix
index 81413792eda..41f3fa0e664 100644
--- a/nixos/modules/virtualisation/azure-agent.nix
+++ b/nixos/modules/virtualisation/azure-agent.nix
@@ -146,7 +146,7 @@ in
 
     services.logrotate = {
       enable = true;
-      config = ''
+      extraConfig = ''
         /var/log/waagent.log {
             compress
             monthly