about summary refs log tree commit diff
path: root/nixos/tests/trac.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/trac.nix')
-rw-r--r--nixos/tests/trac.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/trac.nix b/nixos/tests/trac.nix
index 72442c885ace..e0d256f57019 100644
--- a/nixos/tests/trac.nix
+++ b/nixos/tests/trac.nix
@@ -27,7 +27,7 @@
 
     webserver =
       { config, pkgs, ... }:
-      { fileSystems = pkgs.lib.mkOverride 50
+      { fileSystems = pkgs.lib.mkVMOverride
           [ { mountPoint = "/repos";
               device = "storage:/repos";
               fsType = "nfs";