From 4733c9feeca480b17035da195b211e4b508479f5 Mon Sep 17 00:00:00 2001 From: K900 Date: Fri, 10 May 2024 16:25:51 +0300 Subject: [PATCH] nixos/tests: set non-conflicting priority for logrotate disabling CC https://github.com/NixOS/nixpkgs/pull/267880 --- nixos/modules/testing/test-instrumentation.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/testing/test-instrumentation.nix b/nixos/modules/testing/test-instrumentation.nix index dd8816063c70..2b365bc55585 100644 --- a/nixos/modules/testing/test-instrumentation.nix +++ b/nixos/modules/testing/test-instrumentation.nix @@ -218,7 +218,7 @@ in services.displayManager.logToJournal = true; - services.logrotate.enable = lib.mkDefault false; + services.logrotate.enable = mkOverride 150 false; # Make sure we use the Guest Agent from the QEMU package for testing # to reduce the closure size required for the tests.