lass 2 ircd: open port 6667 to retiolum
This commit is contained in:
parent
4752e4a757
commit
8b42c0631e
@ -1,6 +1,9 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
krebs.iptables.tables.filter.INPUT.rules = [
|
||||
{ predicate = "-i retiolum -p tcp --dport 6667"; target = "ACCEPT"; }
|
||||
];
|
||||
config.services.charybdis = {
|
||||
enable = true;
|
||||
config = ''
|
||||
|
Loading…
Reference in New Issue
Block a user