Test
This commit is contained in:
parent
b5e610ef4a
commit
07a9e8b827
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
{pkgs, lib, config, ...}: {
|
{pkgs, lib, config, ...}: {
|
||||||
networking.firewall.interfaces.wireguard0.allowedTCPPorts = [ 80 443 ];
|
# networking.firewall.interfaces.wireguard0.allowedTCPPorts = [ 80 443 ];
|
||||||
|
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||||
|
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue