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