mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
nixos/tests: disable logrotate service by default in tests
This commit is contained in:
parent
a62eb3d7f0
commit
772ae48e69
2 changed files with 51 additions and 41 deletions
|
@ -218,6 +218,8 @@ in
|
|||
|
||||
services.displayManager.logToJournal = true;
|
||||
|
||||
services.logrotate.enable = lib.mkDefault false;
|
||||
|
||||
# Make sure we use the Guest Agent from the QEMU package for testing
|
||||
# to reduce the closure size required for the tests.
|
||||
services.qemuGuest.package = pkgs.qemu_test.ga;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue