mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
kw.fw reorganising
This commit is contained in:
parent
afa161955d
commit
dc6982c5ce
7 changed files with 44 additions and 24 deletions
|
|
@ -12,8 +12,10 @@ with lib;
|
|||
'';
|
||||
};
|
||||
|
||||
kw.fw.public.tcp.ports = [ 443 80 ];
|
||||
kw.fw.private.tcp.ports = [ 443 80 ];
|
||||
kw.fw = {
|
||||
public.tcp.ports = [ 443 80 ];
|
||||
private.tcp.ports = [ 443 80 ];
|
||||
};
|
||||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue