modules: add thelounge

This commit is contained in:
a-kenji
2024-04-02 11:01:00 +02:00
parent 388eff3baa
commit 3bdface3db
2 changed files with 21 additions and 5 deletions

15
clanModules/thelounge.nix Normal file
View File

@@ -0,0 +1,15 @@
_: {
services.thelounge = {
enable = true;
public = true;
extraConfig = {
prefetch = true;
defaults = {
port = 6667;
tls = false;
};
};
};
clanCore.state.thelounde.folders = [ "/var/lib/thelounge" ];
}