mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: move prosody.nix to xmpp.nix
This commit is contained in:
parent
713d5b2ec9
commit
3e3061956f
2 changed files with 29 additions and 29 deletions
29
modules/services/xmpp.nix
Normal file
29
modules/services/xmpp.nix
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
# services.prosody = {
|
||||
# enable = false;
|
||||
# user = "acme";
|
||||
# modules = {
|
||||
# welcome = true;
|
||||
# websocket = true;
|
||||
# watchregistrations = true;
|
||||
# };
|
||||
# admins = [ "liv@liv.town" ];
|
||||
# allowRegistration = false;
|
||||
# ssl.cert = "/var/lib/acme/liv.town/cert.pem";
|
||||
# ssl.key = "/var/lib/acme/liv.town/key.pem";
|
||||
# virtualHosts."liv.town" = {
|
||||
# enabled = true;
|
||||
# domain = "liv.town";
|
||||
# ssl.cert = "/var/lib/acme/liv.town/fullchain.pem";
|
||||
# ssl.key = "/var/lib/acme/liv.town/key.pem";
|
||||
# };
|
||||
# muc = [
|
||||
# {
|
||||
# domain = "conference.liv.town";
|
||||
# }
|
||||
# ];
|
||||
# uploadHttp = {
|
||||
# domain = "upload.liv.town";
|
||||
# };
|
||||
# };
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue