From df8f9c1c83c824975a28e4e1c2ab904e3eb8279d Mon Sep 17 00:00:00 2001 From: Garionion Date: Fri, 15 Jul 2022 09:39:13 +0200 Subject: [PATCH] pre-router: fix dns name --- hosts/pre-router/nginx.nix | 2 +- hosts/pre-router/router.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/pre-router/nginx.nix b/hosts/pre-router/nginx.nix index fe882dd..cdd14fc 100644 --- a/hosts/pre-router/nginx.nix +++ b/hosts/pre-router/nginx.nix @@ -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."/" = { diff --git a/hosts/pre-router/router.nix b/hosts/pre-router/router.nix index 7dc5f74..c3cf062 100644 --- a/hosts/pre-router/router.nix +++ b/hosts/pre-router/router.nix @@ -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 = {