mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
chore: remove unused xmpp module (is now prosody.nix)
This commit is contained in:
parent
ce8796c375
commit
79beba6182
1 changed files with 0 additions and 29 deletions
|
|
@ -1,29 +0,0 @@
|
|||
{
|
||||
services.prosody = {
|
||||
enable = true;
|
||||
user = "root";
|
||||
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