nixos/tests: set non-conflicting priority for logrotate disabling

CC https://github.com/NixOS/nixpkgs/pull/267880
This commit is contained in:
K900 2024-05-10 16:25:51 +03:00
parent d42c1c8d44
commit 4733c9feec

View file

@ -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.