feat(system): add distcc server to every machine

This commit is contained in:
xezo360hye 2024-09-09 01:35:53 +03:00
parent 3975280145
commit 649c734b79
5 changed files with 14 additions and 0 deletions

View File

@ -50,6 +50,7 @@
in [
texlive.combined.scheme-full
telegram-desktop
libreoffice-qt6
libqalculate
arduino-cli

View File

@ -83,6 +83,14 @@ in
openFirewall = true;
};
# Distcc
services.distccd = {
enable = true;
allowedClients = [ "192.168.0.0/24" ];
stats.enable = true;
};
# Programs
programs = {

View File

@ -1,4 +1,6 @@
{
services.distccd.maxJobs = 4;
hardware.bluetooth = {
enable = true;
settings.General.Enable = "Source,Sink,Media,Socket";

View File

@ -1,4 +1,6 @@
{
services.distccd.maxJobs = 4;
boot.loader = {
efi = {
canTouchEfiVariables = true;

View File

@ -1,4 +1,5 @@
{
services.distccd.maxJobs = 8;
console.keyMap = "no";
services = {