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
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue