Force this value to see if it doesn't collide

This commit is contained in:
Lillian Violet 2024-03-14 15:41:15 +01:00
parent 4b1a2cffe9
commit 5cdc12f523

View file

@ -39,7 +39,7 @@ in {
settings.global = {
inherit server_name;
database_path = "/var/lib/conduwuit";
database_path = lib.mkForce "/var/lib/conduwuit";
database_backend = "sqlite";
};
};