Unverified Commit f959fd3f authored by seth's avatar seth
Browse files

nixos/fish: disable logrotate service in module test

parent 3056f095
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -10,6 +10,8 @@ import ./make-test-python.nix ({ pkgs, ... }: {
        coreutils
        procps # kill collides with coreutils' to test https://github.com/NixOS/nixpkgs/issues/56432
      ];
      # TODO: remove if/when #267880 is merged and this is a default
      services.logrotate.enable = false;
    };

  testScript =