From fbba7df4b7c9de5b1926612647e1d9d06b7d22cf Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 20 May 2023 13:38:56 +0200 Subject: Feat(system/matrix/conduit): Add matrix-conduit --- system/file_system_layouts/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'system/file_system_layouts') 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"]; + }; }; }; } -- cgit 1.4.1