add man pages and nix fmt
This commit is contained in:
parent
38e6ccf9c1
commit
0c749f2d3c
3 changed files with 23 additions and 12 deletions
|
@ -1,7 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
services.conduwuit = {
|
||||
enable = true;
|
||||
package = pkgs.callPackage ../../pkgs/conduwuit.nix {};
|
||||
package = pkgs.callPackage ../../pkgs/conduwuit.nix { };
|
||||
settings.global = {
|
||||
port = [ 8448 ];
|
||||
server_name = "cything.io";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue