about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorseth <getchoo@tuta.io>2024-05-07 00:37:22 -0400
committerseth <getchoo@tuta.io>2024-05-07 00:37:47 -0400
commitf959fd3fff605950d39fc0e71d6f3bcc303f11b3 (patch)
tree511a64de558f2dac66dbd48cf43585cbaf23f458 /nixos
parent3056f0955437b71dac062998a3488b76cfcea8d5 (diff)
nixos/fish: disable logrotate service in module test
headstart on https://github.com/NixOS/nixpkgs/pull/267880
Diffstat (limited to 'nixos')
-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 =