nixify conduwuit

This commit is contained in:
cy 2025-01-05 00:42:57 -05:00
parent 3edae41002
commit d533eb9adc
2 changed files with 2 additions and 3 deletions

View file

@ -1,8 +1,7 @@
{ pkgs, ... }: { ... }:
{ {
services.conduwuit = { services.conduwuit = {
enable = true; enable = true;
package = pkgs.callPackage ../../pkgs/conduwuit.nix { };
settings.global = { settings.global = {
port = [ 8448 ]; port = [ 8448 ];
server_name = "cything.io"; server_name = "cything.io";

View file

@ -22,7 +22,7 @@
./wireguard.nix ./wireguard.nix
./grafana.nix ./grafana.nix
./tor.nix ./tor.nix
./conduit.nix ./conduwuit.nix
./immich.nix ./immich.nix
./element.nix ./element.nix
]; ];