1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(ssh): add oracle

This commit is contained in:
2022-03-16 20:12:50 +01:00
parent 9c68ff20bc
commit bf6c82a11d

View File

@@ -52,6 +52,10 @@ in {
hostname = "135.181.85.233";
user = "root";
};
oracle = {
hostname = "130.61.171.199";
user = "ubuntu";
};
};
};
}