nixos/tests: set non-conflicting priority for logrotate disabling
CC https://github.com/NixOS/nixpkgs/pull/267880
This commit is contained in:
parent
d42c1c8d44
commit
4733c9feec
@ -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 New Issue
Block a user