dynix/tests/harmonia/configuration.nix

17 lines
258 B
Nix
Raw Normal View History

2026-02-18 14:01:39 +01:00
{ ... }:
2026-02-10 14:59:44 +01:00
{
dynamicism.for.harmonia.enable = true;
services.harmonia = {
enable = true;
settings = {
# Default.
workers = 4;
# Default.
max_connection_rate = 256;
};
};
networking.hostName = "harmonia-machine";
}