nixos-config/hosts/chunk/conduwuit.nix
2025-01-05 00:42:57 -05:00

11 lines
188 B
Nix

{ ... }:
{
services.conduwuit = {
enable = true;
settings.global = {
port = [ 8448 ];
server_name = "cything.io";
allow_check_for_updates = true;
};
};
}