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
"tailnet.inx.moe"
#"tail4c593.ts.net"
"nodes.pyro.host"
];
nameservers = [
# Google Public DNS

View file

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