From 9c1db356b788fc6b188731600ea5d6cacc90ba02 Mon Sep 17 00:00:00 2001 From: geemili Date: Sat, 6 Jan 2024 16:01:49 -0700 Subject: [PATCH] Configure base domain for dnsd --- configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index aaf7c77..fb669da 100644 --- a/configuration.nix +++ b/configuration.nix @@ -253,8 +253,9 @@ tls_key_path = null; dns_config = { - nameservers = [ "127.0.0.1" ]; + nameservers = [ "100.64.0.3" ]; magic_dns = true; + base_domain = "perli.casa"; # extra_records = [ # { name = "cockpit.samsehu.perli.casa"; type = "A"; value = "100.64.0.3"; } # { name = "lldap.samsehu.perli.casa"; type = "A"; value = "100.64.0.3"; }