Add ionos vps ssh config
This commit is contained in:
parent
ebcfae9f37
commit
d83dd577bc
|
@ -5,6 +5,10 @@
|
||||||
user = "xenia";
|
user = "xenia";
|
||||||
hostname = "192.168.1.166";
|
hostname = "192.168.1.166";
|
||||||
};
|
};
|
||||||
|
"ionos" = {
|
||||||
|
user = "root";
|
||||||
|
hostname = "77.68.67.133";
|
||||||
|
};
|
||||||
"git.xenia.me.uk" = lib.hm.dag.entryBefore ["git*"] {
|
"git.xenia.me.uk" = lib.hm.dag.entryBefore ["git*"] {
|
||||||
user = "gitea";
|
user = "gitea";
|
||||||
port = 2222;
|
port = 2222;
|
||||||
|
|
Loading…
Reference in a new issue