dynix/tests/harmonia/configuration.nix
2026-02-18 16:17:06 +01:00

16 lines
258 B
Nix

{ ... }:
{
dynamicism.for.harmonia.enable = true;
services.harmonia = {
enable = true;
settings = {
# Default.
workers = 4;
# Default.
max_connection_rate = 256;
};
};
networking.hostName = "harmonia-machine";
}