Infini-DL360/conduwuit: unvendor and replace with nixpkgs module
Does move the data directory back to /var/lib/conduwuit
This commit is contained in:
parent
9c89bb39ac
commit
34277bcafb
2 changed files with 2 additions and 178 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue