enable bitlbee

This commit is contained in:
stupidcomputer 2024-05-12 17:10:30 -05:00
parent 9053b258c0
commit b2256fdc19
1 changed files with 9 additions and 0 deletions

View File

@ -297,6 +297,15 @@
};
};
services.bitlbee = {
enable = true;
hostName = "beepboop.systems";
plugins = with pkgs; [
bitlbee-steam
bitlbee-discord # shhhhhhhhh
];
};
networking.firewall = {
enable = true;
allowedTCPPorts = [ 80 443 ];