Remote SSH hosts should be the default.
This commit is contained in:
parent
98de5d956b
commit
318848c4dd
2 changed files with 6 additions and 6 deletions
|
|
@ -49,8 +49,8 @@ local function save_profiles(threshold)
|
||||||
end
|
end
|
||||||
|
|
||||||
time([[Luarocks path setup]], true)
|
time([[Luarocks path setup]], true)
|
||||||
local package_path_str = "/home/eyedevelop/.cache/nvim/packer_hererocks/2.1.1707061634/share/lua/5.1/?.lua;/home/eyedevelop/.cache/nvim/packer_hererocks/2.1.1707061634/share/lua/5.1/?/init.lua;/home/eyedevelop/.cache/nvim/packer_hererocks/2.1.1707061634/lib/luarocks/rocks-5.1/?.lua;/home/eyedevelop/.cache/nvim/packer_hererocks/2.1.1707061634/lib/luarocks/rocks-5.1/?/init.lua"
|
local package_path_str = "/home/eyedevelop/.cache/nvim/packer_hererocks/2.1.1724512491/share/lua/5.1/?.lua;/home/eyedevelop/.cache/nvim/packer_hererocks/2.1.1724512491/share/lua/5.1/?/init.lua;/home/eyedevelop/.cache/nvim/packer_hererocks/2.1.1724512491/lib/luarocks/rocks-5.1/?.lua;/home/eyedevelop/.cache/nvim/packer_hererocks/2.1.1724512491/lib/luarocks/rocks-5.1/?/init.lua"
|
||||||
local install_cpath_pattern = "/home/eyedevelop/.cache/nvim/packer_hererocks/2.1.1707061634/lib/lua/5.1/?.so"
|
local install_cpath_pattern = "/home/eyedevelop/.cache/nvim/packer_hererocks/2.1.1724512491/lib/lua/5.1/?.so"
|
||||||
if not string.find(package.path, package_path_str, 1, true) then
|
if not string.find(package.path, package_path_str, 1, true) then
|
||||||
package.path = package.path .. ';' .. package_path_str
|
package.path = package.path .. ';' .. package_path_str
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,11 @@
|
||||||
## --- Jupiter ---
|
## --- Jupiter ---
|
||||||
# -- Physical servers --
|
# -- Physical servers --
|
||||||
Host jupiter-thebe
|
Host jupiter-thebe-local
|
||||||
HostName 192.168.0.210
|
HostName 192.168.0.210
|
||||||
User admin
|
User admin
|
||||||
Port 22
|
Port 22
|
||||||
|
|
||||||
Host jupiter-thebe-remote
|
Host jupiter-thebe
|
||||||
HostName jupiter.eyedevelop.org
|
HostName jupiter.eyedevelop.org
|
||||||
User admin
|
User admin
|
||||||
Port 15622
|
Port 15622
|
||||||
|
|
@ -18,12 +18,12 @@ Host jupiter-thebe-www
|
||||||
|
|
||||||
## --- Uranus ---
|
## --- Uranus ---
|
||||||
# -- Physical servers --
|
# -- Physical servers --
|
||||||
Host uranus-oberon
|
Host uranus-oberon-local
|
||||||
HostName 10.1.2.1
|
HostName 10.1.2.1
|
||||||
User eyedevelop
|
User eyedevelop
|
||||||
Port 15622
|
Port 15622
|
||||||
|
|
||||||
Host uranus-oberon-remote
|
Host uranus-oberon
|
||||||
HostName uranus.eyedevelop.org
|
HostName uranus.eyedevelop.org
|
||||||
User eyedevelop
|
User eyedevelop
|
||||||
Port 15622
|
Port 15622
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue