Merge pull request #310581 from K900/fix-test-eval

nixos/tests: set non-conflicting priority for logrotate disabling
This commit is contained in:
K900 2024-05-10 16:31:17 +03:00 committed by GitHub
commit 936124b122
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.