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, ...}: {
|
{pkgs, lib, config, ...}: {
|
||||||
networking.firewall.allowedTCPPorts = [ 80 ];
|
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||||
|
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
networking.firewall.allowedTCPPorts = [
|
networking.firewall.allowedTCPPorts = [
|
||||||
22
|
22
|
||||||
80
|
80
|
||||||
|
443
|
||||||
];
|
];
|
||||||
networking.firewall.allowedUDPPorts = [ 51820 ];
|
networking.firewall.allowedUDPPorts = [ 51820 ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue