Write jid into normal config

This commit is contained in:
Sandro - 2022-12-26 23:23:18 +01:00
parent c476fad4d8
commit a6b1e3cc22
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 3 additions and 6 deletions

View File

@ -18,13 +18,10 @@
enable = true;
user = "tigger";
group = "tigger";
inherit (pkgs.mucbot) jid password;
jid = "astrobot@jabber.c3d2.de";
inherit (pkgs.mucbot) password;
mucs = [ "c3d2@chat.c3d2.de/Astrobot" "international@chat.c3d2.de/Astrobot" ];
};
# This value determines the NixOS release with which your system is to be
# compatible, in order to avoid breaking some software such as database
# servers. You should change this only after NixOS release notes say you
# should.
system.stateVersion = "18.09"; # Did you read the comment?
system.stateVersion = "18.09";
}