pre-router: fix dns name
This commit is contained in:
parent
8377807d78
commit
df8f9c1c83
@ -21,7 +21,7 @@
|
||||
recommendedProxySettings = true;
|
||||
recommendedTlsSettings = true;
|
||||
};
|
||||
services.nginx.virtualHosts."lightbuffet.entr0py.cloud" = { # Gitea hostname
|
||||
services.nginx.virtualHosts."lightbuffet.bula22.de" = { # Gitea hostname
|
||||
enableACME = true; # Use ACME certs
|
||||
forceSSL = true; # Force SSL
|
||||
locations."/" = {
|
||||
|
@ -7,7 +7,7 @@
|
||||
conntrack-tools # view network connection states
|
||||
];
|
||||
|
||||
networking.firewall.interfaces.lan.allowedUDPPorts = [ 67 53 ];
|
||||
networking.firewall.interfaces.ens19.allowedUDPPorts = [ 67 53 ];
|
||||
networking = {
|
||||
nameservers = [ "141.24.40.3" "141.24.40.4" ];
|
||||
nat = {
|
||||
|
Loading…
Reference in New Issue
Block a user