Formatting
This commit is contained in:
parent
81b0fcdcce
commit
9c9ab5adc7
1 changed files with 4 additions and 5 deletions
|
@ -1,6 +1,5 @@
|
||||||
{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 ];
|
|
||||||
|
|
||||||
# Generate a test cert
|
# Generate a test cert
|
||||||
# sudo openssl req -x509 -newkey rsa:4096 -sha256 -days 3650 \
|
# sudo openssl req -x509 -newkey rsa:4096 -sha256 -days 3650 \
|
||||||
|
|
Loading…
Reference in a new issue