global/*: remove pyro.host

This commit is contained in:
Infinidoge 2025-03-13 02:23:20 -04:00
parent 2a6467db52
commit a8d302f0d3
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
2 changed files with 1 additions and 5 deletions

View file

@ -13,7 +13,6 @@
# Tailscale # Tailscale
"tailnet.inx.moe" "tailnet.inx.moe"
#"tail4c593.ts.net" #"tail4c593.ts.net"
"nodes.pyro.host"
]; ];
nameservers = [ nameservers = [
# Google Public DNS # Google Public DNS

View file

@ -33,7 +33,7 @@ with lib;
programs.ssh = { programs.ssh = {
extraConfig = with common; '' extraConfig = with common; ''
CanonicalizeHostname yes CanonicalizeHostname yes
CanonicalDomains nodes.pyro.host tailnet.inx.moe CanonicalDomains tailnet.inx.moe
Host rsync.net Host rsync.net
Hostname ${rsyncnet.host} Hostname ${rsyncnet.host}
@ -45,9 +45,6 @@ with lib;
Host inx.moe Host inx.moe
Port 245 Port 245
Host *.nodes.pyro.host
Port 7976
''; '';
}; };