1
0
forked from clan/clan-core
clan-core/clanModules/thelounge.nix
2024-04-02 11:01:00 +02:00

16 lines
259 B
Nix

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