nix-cache
Some checks failed
Build and Deploy / deploy (push) Failing after 1h17m39s

This commit is contained in:
2026-04-06 14:21:31 -04:00
parent 4be2eaed35
commit a76a7969d9
6 changed files with 46 additions and 0 deletions

View File

@@ -189,6 +189,10 @@ rec {
port = 9563;
proto = "tcp";
};
harmonia = {
port = 5500;
proto = "tcp";
};
};
};