kw.fw reorganising

This commit is contained in:
kat witch 2021-08-08 03:46:00 +01:00
parent afa161955d
commit dc6982c5ce
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
7 changed files with 44 additions and 24 deletions

View file

@ -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;