From 5aeacb7b41ef62fc8f019bb00287ea871f232fce Mon Sep 17 00:00:00 2001 From: Katharina Heidenreich Date: Sat, 14 Mar 2026 15:25:57 +0100 Subject: [PATCH] fix: change storage --- data/storage.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/storage.nix b/data/storage.nix index d8f72e9..0342284 100644 --- a/data/storage.nix +++ b/data/storage.nix @@ -11,10 +11,10 @@ rec { source = "/dev/disk/by-uuid/a3ffb02e-fe9f-4bce-bd94-af0294ebff8f"; options = ["noatime"]; }; - matrix-storage = { - path = "/var/lib/continuwuity"; + varlib-storage = { + path = "/var/lib"; type = "none"; - source = "${ssd.path}/continuwuity"; + source = "${ssd.path}/lib"; options = ["bind"]; }; }