summary refs log tree commit diff
path: root/nixos/tests/pump.io.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/pump.io.nix')
-rw-r--r--nixos/tests/pump.io.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/pump.io.nix b/nixos/tests/pump.io.nix
index 89fa23c3336e..3864f676497e 100644
--- a/nixos/tests/pump.io.nix
+++ b/nixos/tests/pump.io.nix
@@ -81,7 +81,7 @@ in {
            '';
           };
           systemd.services.mongodb.unitConfig.Before = "pump.io.service";
-          systemd.services.mongodb.unitConfig.RequiredBy = "pump.io.service";
+          systemd.services."pump.io".unitConfig.Requires = "mongodb.service";
         };
     };