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:
@@ -25,6 +25,11 @@ in {
|
||||
user = "root";
|
||||
port = sshPort;
|
||||
};
|
||||
manakish = {
|
||||
hostname = "manakish.r";
|
||||
user = "kfm";
|
||||
port = sshPort;
|
||||
};
|
||||
homeros = {
|
||||
hostname = "homeros.r";
|
||||
user = "kfm";
|
||||
|
||||
@@ -63,6 +63,6 @@ in {
|
||||
manakish = writeDeploy "deploy-manakish" (regularSystem {
|
||||
path = systems/manakish;
|
||||
name = "manakish";
|
||||
address = "192.168.178.29";
|
||||
address = "manakish.r";
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user