dynix/tests/distccd/configuration.nix

21 lines
325 B
Nix
Raw Normal View History

# SPDX-FileCopyrightText: 2026 Qyriad <qyriad@qyriad.me>
#
# SPDX-License-Identifier: EUPL-1.1
2026-02-13 21:12:55 +01:00
{ ... }:
2026-02-18 14:01:39 +01:00
2026-02-13 21:12:55 +01:00
{
services.distccd = {
enable = true;
jobTimeout = 900;
maxJobs = 12;
2026-02-18 14:01:39 +01:00
logLevel = "warning";
2026-02-13 21:12:55 +01:00
nice = -10;
};
dynamicism.for.distccd.enable = true;
networking.hostName = "distccd-machine";
}