irc bouncer init
This commit is contained in:
parent
0c63cfbe7a
commit
69805fab21
2 changed files with 17 additions and 3 deletions
|
@ -2,11 +2,24 @@
|
|||
containers.irc = {
|
||||
autoStart = true;
|
||||
privateNetwork = true;
|
||||
localAddress = "10.34.44.100/24";
|
||||
|
||||
config = { config, pkgs, ... }: {
|
||||
services.soju = {
|
||||
hostname = "mr_bouncy.oxapentane.com";
|
||||
enable = true;
|
||||
enableMessageLogging = true;
|
||||
acceptProxyIP = [
|
||||
"192.168.100.1"
|
||||
];
|
||||
};
|
||||
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [ 6697 22 ];
|
||||
};
|
||||
|
||||
system.stateVersion = "22.11";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue