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
|
# Tailscale
|
||||||
"tailnet.inx.moe"
|
"tailnet.inx.moe"
|
||||||
#"tail4c593.ts.net"
|
#"tail4c593.ts.net"
|
||||||
"nodes.pyro.host"
|
|
||||||
];
|
];
|
||||||
nameservers = [
|
nameservers = [
|
||||||
# Google Public DNS
|
# Google Public DNS
|
||||||
|
|
|
@ -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
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue