Merge pull request #310581 from K900/fix-test-eval
nixos/tests: set non-conflicting priority for logrotate disabling
This commit is contained in:
commit
936124b122
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ in
|
||||||
|
|
||||||
services.displayManager.logToJournal = true;
|
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
|
# Make sure we use the Guest Agent from the QEMU package for testing
|
||||||
# to reduce the closure size required for the tests.
|
# to reduce the closure size required for the tests.
|
||||||
|
|
Loading…
Reference in a new issue