Compare commits
2 commits
9d74b29b52
...
d0b86858e9
Author | SHA1 | Date | |
---|---|---|---|
Serĉanto de Scio | d0b86858e9 | ||
Serĉanto de Scio | 7b0aa84ae3 |
|
@ -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 = {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
grub = {
|
||||
enable = false; # NixOS wants to enable GRUB by default.
|
||||
};
|
||||
raspberryPi = {
|
||||
enable = true;
|
||||
version = 4;
|
||||
};
|
||||
};
|
||||
tmpOnTmpfs = true;
|
||||
};
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -92,7 +92,7 @@ in {
|
|||
Policy = {AutoEnable = "true";};
|
||||
};
|
||||
};
|
||||
opengl.enable = true;
|
||||
graphics.enable = true;
|
||||
};
|
||||
|
||||
# Configure libreWolf and Chromium
|
||||
|
|
|
@ -103,7 +103,7 @@
|
|||
Policy = {AutoEnable = "true";};
|
||||
};
|
||||
};
|
||||
opengl.enable = true;
|
||||
graphics.enable = true;
|
||||
};
|
||||
|
||||
# Configure libreWolf and Chromium
|
||||
|
|
Loading…
Reference in a new issue