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 = {
|
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";
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue