enable bitlbee
This commit is contained in:
parent
9053b258c0
commit
b2256fdc19
|
@ -297,6 +297,15 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.bitlbee = {
|
||||||
|
enable = true;
|
||||||
|
hostName = "beepboop.systems";
|
||||||
|
plugins = with pkgs; [
|
||||||
|
bitlbee-steam
|
||||||
|
bitlbee-discord # shhhhhhhhh
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowedTCPPorts = [ 80 443 ];
|
allowedTCPPorts = [ 80 443 ];
|
||||||
|
|
Loading…
Reference in New Issue