global/*: remove pyro.host
This commit is contained in:
parent
2a6467db52
commit
a8d302f0d3
2 changed files with 1 additions and 5 deletions
|
@ -13,7 +13,6 @@
|
|||
# Tailscale
|
||||
"tailnet.inx.moe"
|
||||
#"tail4c593.ts.net"
|
||||
"nodes.pyro.host"
|
||||
];
|
||||
nameservers = [
|
||||
# Google Public DNS
|
||||
|
|
|
@ -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
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue