Infini-DL360/conduwuit: unvendor and replace with nixpkgs module

Does move the data directory back to /var/lib/conduwuit
This commit is contained in:
Infinidoge 2025-01-15 23:45:18 -05:00
parent 9c89bb39ac
commit 34277bcafb
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E
2 changed files with 2 additions and 178 deletions

View file

@ -1,13 +1,12 @@
{ config, common, inputs, ... }:
let
domain = common.subdomain "matrix";
cfg = config.services.matrix-conduit;
cfg = config.services.conduwuit;
host = "http://localhost:${toString cfg.settings.global.port}";
in
{
services.matrix-conduit = {
services.conduwuit = {
enable = true;
dataDir = "/srv/conduit";
package = inputs.conduwuit.packages.x86_64-linux.default;
settings = {
global = {