mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Services kw.fw remaining fixes
This commit is contained in:
parent
4c562cb85e
commit
55269d5ffa
2 changed files with 10 additions and 4 deletions
|
|
@ -3,6 +3,8 @@
|
|||
with lib;
|
||||
|
||||
{
|
||||
kw.fw.private.tcp.ports = [ 6600 32101 ];
|
||||
kw.fw.public.tcp.ports = [ 6600 32101 ];
|
||||
kw.fw = {
|
||||
public.tcp.ports = [ 6600 32101 ];
|
||||
private.tcp.ports = [ 6600 32101 ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,8 +3,12 @@
|
|||
with lib;
|
||||
|
||||
{
|
||||
kw.fw.public.tcp.ports = singleton 64738;
|
||||
kw.fw.public.udp.ports = singleton 64738;
|
||||
kw.fw = {
|
||||
public = {
|
||||
tcp.ports = singleton 64738;
|
||||
udp.ports = singleton 64738;
|
||||
};
|
||||
};
|
||||
|
||||
services.murmur = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue