Files
clan-core/clanModules/thelounge/default.nix
2024-06-18 18:32:40 +07:00

16 lines
260 B
Nix

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