From cb2909cf9cdc42cb47d68271bac69bcd56a5365e Mon Sep 17 00:00:00 2001 From: geemili Date: Sun, 7 Jan 2024 09:40:42 -0700 Subject: [PATCH] fix: DNS: add some subdomains to tailscale DNS --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index e4b57be..86d8a0d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -280,6 +280,9 @@ }; extra_records = [ { name = "samsehu.perli.casa"; type = "A"; value = "100.64.0.3"; } + { name = "cockpit.samsehu.perli.casa"; type = "A"; value = "100.64.0.3"; } + { name = "git.samsehu.perli.casa"; type = "A"; value = "100.64.0.3"; } + { name = "nextcloud.samsehu.perli.casa"; type = "A"; value = "100.64.0.3"; } ]; };