summary refs log tree commit diff stats
path: root/system/file_system_layouts
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-06-06 10:23:07 +0200
committersils <sils@sils.li>2023-06-06 10:23:07 +0200
commit9465eb624aab87adc9a5bf3b3d3ba96c8eb3e2a2 (patch)
tree6301db25e4dc7bbf12e39dadae817376d0640f9c /system/file_system_layouts
parentFeat(system/matrix/conduit): Add matrix-conduit (diff)
downloadnixos-server-9465eb624aab87adc9a5bf3b3d3ba96c8eb3e2a2.tar.gz
nixos-server-9465eb624aab87adc9a5bf3b3d3ba96c8eb3e2a2.zip
Revert: Remove Conduit
It didn't deploy either and we'd probably use synapse anyway

This reverts commit fbba7df4b7c9de5b1926612647e1d9d06b7d22cf.
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"];
-      };
     };
   };
 }