test
This commit is contained in:
parent
0b6cc0e884
commit
3de5e1487a
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{pkgs, lib, config, ...}: {
|
||||
networking.firewall.allowedTCPPorts = [ 80 ];
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
networking.firewall.allowedTCPPorts = [
|
||||
22
|
||||
80
|
||||
443
|
||||
];
|
||||
networking.firewall.allowedUDPPorts = [ 51820 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue