nixos-24.11 #6

Merged
sercanto merged 23 commits from nixos-24.11 into consensus 2025-02-17 13:10:39 +00:00
6 changed files with 4 additions and 20 deletions
Showing only changes of commit d0b86858e9 - Show all commits

View file

@ -19,7 +19,7 @@
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;
services.thinkfan = {

View file

@ -38,6 +38,6 @@
{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;
}

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
# fail to respond to ssh keep alive requests, sometimes triggering:
# 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
# fail to respond to ssh keep alive requests, sometimes triggering:
# client_loop: send disconnect: Broken pipe

View file

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

View file

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