Update SSH hosts
This commit is contained in:
parent
92c94a283c
commit
6a83da0cc4
|
@ -178,6 +178,11 @@
|
||||||
match = ''originalhost ritual exec "ip r | rg 10.21.0.0/16"'';
|
match = ''originalhost ritual exec "ip r | rg 10.21.0.0/16"'';
|
||||||
hostname = "10.21.221.60";
|
hostname = "10.21.221.60";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"watchtower" = {
|
||||||
|
match = ''originalhost watchtower exec "ip r | rg 10.21.0.0/16"'';
|
||||||
|
hostname = "10.21.220.205";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.desktopEntries.element-work = {
|
xdg.desktopEntries.element-work = {
|
||||||
|
|
Loading…
Reference in New Issue