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