Add ionos vps ssh config

This commit is contained in:
Evie Litherland-Smith 2023-05-27 15:24:05 +01:00
parent ebcfae9f37
commit d83dd577bc

View file

@ -5,6 +5,10 @@
user = "xenia";
hostname = "192.168.1.166";
};
"ionos" = {
user = "root";
hostname = "77.68.67.133";
};
"git.xenia.me.uk" = lib.hm.dag.entryBefore ["git*"] {
user = "gitea";
port = 2222;