1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

feat(manakish): add to retiolum

This commit is contained in:
2020-11-06 10:52:30 +01:00
parent 23d60233a0
commit 43fc9ebba2
2 changed files with 6 additions and 1 deletions

View File

@@ -25,6 +25,11 @@ in {
user = "root";
port = sshPort;
};
manakish = {
hostname = "manakish.r";
user = "kfm";
port = sshPort;
};
homeros = {
hostname = "homeros.r";
user = "kfm";

View File

@@ -63,6 +63,6 @@ in {
manakish = writeDeploy "deploy-manakish" (regularSystem {
path = systems/manakish;
name = "manakish";
address = "192.168.178.29";
address = "manakish.r";
});
}