Unverified Commit 936124b1 authored by K900's avatar K900 Committed by GitHub
Browse files

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

nixos/tests: set non-conflicting priority for logrotate disabling
parents d42c1c8d 4733c9fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.