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"; }