tasko(hardware): forigi malrekomenditan opengl

Anstataŭigita per "graphics".

 Progresses #3
This commit is contained in:
Serĉanto de Scio 2024-12-04 15:30:47 +10:00
parent 7b0aa84ae3
commit d0b86858e9
Signed by: sercanto
GPG key ID: A4122FF3971B6865
6 changed files with 4 additions and 20 deletions

View file

@ -19,7 +19,7 @@
swapDevices = [{device = "/dev/disk/by-label/swap";}]; swapDevices = [{device = "/dev/disk/by-label/swap";}];
hardware.opengl.extraPackages = with pkgs; [vaapiIntel]; hardware.graphics.extraPackages = with pkgs; [vaapiIntel];
nix.settings.max-jobs = lib.mkDefault 4; nix.settings.max-jobs = lib.mkDefault 4;
services.thinkfan = { services.thinkfan = {

View file

@ -38,6 +38,6 @@
{device = "/dev/disk/by-label/swap";} {device = "/dev/disk/by-label/swap";}
]; ];
hardware.opengl.extraPackages = with pkgs; [vaapiIntel]; hardware.graphics.extraPackages = with pkgs; [vaapiIntel];
nix.settings.max-jobs = lib.mkDefault 4; nix.settings.max-jobs = lib.mkDefault 4;
} }

View file

@ -94,14 +94,6 @@
}; };
}; };
hardware = {
bluetooth = {
enable = true;
settings = {Policy = {AutoEnable = "true";};};
};
opengl.enable = true;
};
# The below pair are set to overcome flakey connections / busy servers that # The below pair are set to overcome flakey connections / busy servers that
# fail to respond to ssh keep alive requests, sometimes triggering: # fail to respond to ssh keep alive requests, sometimes triggering:
# client_loop: send disconnect: Broken pipe # client_loop: send disconnect: Broken pipe

View file

@ -90,14 +90,6 @@
}; };
}; };
hardware = {
bluetooth = {
enable = true;
settings = {Policy = {AutoEnable = "true";};};
};
opengl.enable = true;
};
# The below pair are set to overcome flakey connections / busy servers that # The below pair are set to overcome flakey connections / busy servers that
# fail to respond to ssh keep alive requests, sometimes triggering: # fail to respond to ssh keep alive requests, sometimes triggering:
# client_loop: send disconnect: Broken pipe # client_loop: send disconnect: Broken pipe

View file

@ -92,7 +92,7 @@ in {
Policy = {AutoEnable = "true";}; Policy = {AutoEnable = "true";};
}; };
}; };
opengl.enable = true; graphics.enable = true;
}; };
# Configure libreWolf and Chromium # Configure libreWolf and Chromium

View file

@ -103,7 +103,7 @@
Policy = {AutoEnable = "true";}; Policy = {AutoEnable = "true";};
}; };
}; };
opengl.enable = true; graphics.enable = true;
}; };
# Configure libreWolf and Chromium # Configure libreWolf and Chromium