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