more systems

This commit is contained in:
2025-09-19 14:37:17 -04:00
parent 9159465836
commit fbb274a50a
11 changed files with 301 additions and 14 deletions

View File

@@ -32,8 +32,13 @@ in
server_url = "https://headscale.reichard.io";
dns = {
base_domain = "reichard.dev";
nameservers.split = {
"va.reichard.io" = [ "10.0.20.20" ];
nameservers = {
global = [
"9.9.9.9"
];
split = {
"va.reichard.io" = [ "10.0.20.20" ];
};
};
};
};