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

feat(ssh): add fysi machines

This commit is contained in:
2021-04-21 11:56:59 +02:00
parent a3fa195089
commit e13e421b75

View File

@@ -40,6 +40,14 @@ in {
user = "kfm";
port = sshPort;
};
"nextcloud.fysi.dev" = {
hostname = "116.203.82.203";
user = "root";
};
"lingua.miaengiadina.ch" = {
hostname = "135.181.85.233";
user = "root";
};
};
};
}