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

View File

@@ -16,6 +16,8 @@ let
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMWj6rd6uDtHj/gGozgIEgxho/vBKebgN5Kce/N6vQWV"
# evanreichard@lin-va-thinkpad
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAq5JQr/6WJMIHhR434nK95FrDmf2ApW2Ahd2+cBKwDz"
# evanreichard@mobile
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIARTNbl4lgQsp7SJEng7vprL0+ChC9e6iR7o/PiC4Jme"
];
in
{