summary refs log tree commit diff stats
path: root/system/file_system_layouts
diff options
context:
space:
mode:
Diffstat (limited to 'system/file_system_layouts')
-rw-r--r--system/file_system_layouts/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/system/file_system_layouts/default.nix b/system/file_system_layouts/default.nix
index ed18892..31b0b0b 100644
--- a/system/file_system_layouts/default.nix
+++ b/system/file_system_layouts/default.nix
@@ -44,10 +44,6 @@ in {
         device = "/srv/acme";
         options = ["bind"];
       };
-      "/var/lib/matrix-conduit" = {
-        device = "/srv/matrix-conduit";
-        options = ["bind"];
-      };
     };
   };
 }