Add dingserver2

This commit is contained in:
2022-07-20 03:13:34 +01:00
parent a2b2ca98bf
commit a41c567ace
9 changed files with 322 additions and 2 deletions

View File

@@ -76,6 +76,10 @@
hostname = "dingserver";
headless = true;
};
dingserver2 = hostSystem {
hostname = "dingserver2";
headless = true;
};
};
};
}