feat(system): add distcc server to every machine
This commit is contained in:
parent
3975280145
commit
649c734b79
@ -50,6 +50,7 @@
|
||||
in [
|
||||
texlive.combined.scheme-full
|
||||
telegram-desktop
|
||||
libreoffice-qt6
|
||||
libqalculate
|
||||
arduino-cli
|
||||
|
||||
|
@ -83,6 +83,14 @@ in
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
|
||||
# Distcc
|
||||
services.distccd = {
|
||||
enable = true;
|
||||
allowedClients = [ "192.168.0.0/24" ];
|
||||
stats.enable = true;
|
||||
};
|
||||
|
||||
|
||||
# Programs
|
||||
programs = {
|
||||
|
@ -1,4 +1,6 @@
|
||||
{
|
||||
services.distccd.maxJobs = 4;
|
||||
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
settings.General.Enable = "Source,Sink,Media,Socket";
|
||||
|
@ -1,4 +1,6 @@
|
||||
{
|
||||
services.distccd.maxJobs = 4;
|
||||
|
||||
boot.loader = {
|
||||
efi = {
|
||||
canTouchEfiVariables = true;
|
||||
|
@ -1,4 +1,5 @@
|
||||
{
|
||||
services.distccd.maxJobs = 8;
|
||||
console.keyMap = "no";
|
||||
|
||||
services = {
|
||||
|
Loading…
Reference in New Issue
Block a user