Compare commits

...

2 commits

Author SHA1 Message Date
Serĉanto de Scio d0b86858e9
tasko(hardware): forigi malrekomenditan opengl
Anstataŭigita per "graphics".

 Progresses #3
2024-12-04 15:30:47 +10:00
Serĉanto de Scio 7b0aa84ae3
tasko(raspberryPi): forigi malrekomenditan agordon
Progresses #3
2024-12-04 15:16:37 +10:00
7 changed files with 4 additions and 24 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

@ -23,10 +23,6 @@
grub = { grub = {
enable = false; # NixOS wants to enable GRUB by default. enable = false; # NixOS wants to enable GRUB by default.
}; };
raspberryPi = {
enable = true;
version = 4;
};
}; };
tmpOnTmpfs = true; tmpOnTmpfs = true;
}; };

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