diff --git a/home/common.nix b/home/common.nix index c7b652d..ad3d4c5 100644 --- a/home/common.nix +++ b/home/common.nix @@ -50,6 +50,7 @@ in [ texlive.combined.scheme-full telegram-desktop + libreoffice-qt6 libqalculate arduino-cli diff --git a/system/common.nix b/system/common.nix index 0264021..c86128c 100644 --- a/system/common.nix +++ b/system/common.nix @@ -83,6 +83,14 @@ in openFirewall = true; }; + + # Distcc + services.distccd = { + enable = true; + allowedClients = [ "192.168.0.0/24" ]; + stats.enable = true; + }; + # Programs programs = { diff --git a/system/maidena.nix b/system/maidena.nix index 116b847..4fa0618 100644 --- a/system/maidena.nix +++ b/system/maidena.nix @@ -1,4 +1,6 @@ { + services.distccd.maxJobs = 4; + hardware.bluetooth = { enable = true; settings.General.Enable = "Source,Sink,Media,Socket"; diff --git a/system/noma.nix b/system/noma.nix index e6d05f0..481b6f3 100644 --- a/system/noma.nix +++ b/system/noma.nix @@ -1,4 +1,6 @@ { + services.distccd.maxJobs = 4; + boot.loader = { efi = { canTouchEfiVariables = true; diff --git a/system/tokishiko.nix b/system/tokishiko.nix index cc8b530..732f840 100644 --- a/system/tokishiko.nix +++ b/system/tokishiko.nix @@ -1,4 +1,5 @@ { + services.distccd.maxJobs = 8; console.keyMap = "no"; services = {