nixify conduwuit
This commit is contained in:
parent
3edae41002
commit
d533eb9adc
2 changed files with 2 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{ ... }:
|
||||
{
|
||||
services.conduwuit = {
|
||||
enable = true;
|
||||
package = pkgs.callPackage ../../pkgs/conduwuit.nix { };
|
||||
settings.global = {
|
||||
port = [ 8448 ];
|
||||
server_name = "cything.io";
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
./wireguard.nix
|
||||
./grafana.nix
|
||||
./tor.nix
|
||||
./conduit.nix
|
||||
./conduwuit.nix
|
||||
./immich.nix
|
||||
./element.nix
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue