feat(system): add distcc server to every machine
This commit is contained in:
parent
3975280145
commit
649c734b79
@ -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
|
||||||
|
|
||||||
|
@ -84,6 +84,14 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
# Distcc
|
||||||
|
services.distccd = {
|
||||||
|
enable = true;
|
||||||
|
allowedClients = [ "192.168.0.0/24" ];
|
||||||
|
stats.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
# Programs
|
# Programs
|
||||||
programs = {
|
programs = {
|
||||||
git = {
|
git = {
|
||||||
|
@ -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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user