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