From 9465eb624aab87adc9a5bf3b3d3ba96c8eb3e2a2 Mon Sep 17 00:00:00 2001 From: sils Date: Tue, 6 Jun 2023 10:23:07 +0200 Subject: Revert: Remove Conduit It didn't deploy either and we'd probably use synapse anyway This reverts commit fbba7df4b7c9de5b1926612647e1d9d06b7d22cf. --- system/file_system_layouts/default.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'system/file_system_layouts') 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"]; - }; }; }; } -- cgit 1.4.1