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

fix(tabula): networking, sound

This commit is contained in:
2022-11-25 11:27:43 +01:00
parent ce99920054
commit 4b954a7e83
2 changed files with 14 additions and 11 deletions

View File

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