modules: add thelounge
This commit is contained in:
15
clanModules/thelounge.nix
Normal file
15
clanModules/thelounge.nix
Normal 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" ];
|
||||
}
|
||||
Reference in New Issue
Block a user