From 6e26789f330fe34df54b56f06ba095ece4bd7128 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 10 Mar 2025 19:49:37 +0100 Subject: {hosts,zones}: Init dns zone for vhack.eu --- hosts/by-name/server3/configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'hosts/by-name/server3/configuration.nix') diff --git a/hosts/by-name/server3/configuration.nix b/hosts/by-name/server3/configuration.nix index d819e81..e18d055 100644 --- a/hosts/by-name/server3/configuration.nix +++ b/hosts/by-name/server3/configuration.nix @@ -11,6 +11,15 @@ privatePassword = ./secrets/backup/backuppass.age; user = "u384702-sub4"; }; + dns = { + enable = true; + openFirewall = true; + interfaces = [ + "92.60.38.179" + "2a03:4000:33:25b::4f4e" + ]; + zones = import ../../../zones/vhack.eu/zone.nix {}; + }; fail2ban.enable = true; nix-sync = { enable = true; -- cgit 1.4.1