about summary refs log tree commit diff
path: root/nixos/tests/fish.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/fish.nix')
-rw-r--r--nixos/tests/fish.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/tests/fish.nix b/nixos/tests/fish.nix
index 3d9b13c6af70a..c9a1bef51478e 100644
--- a/nixos/tests/fish.nix
+++ b/nixos/tests/fish.nix
@@ -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 =