user hardened kernel on foureighty
This commit is contained in:
parent
1df7541394
commit
df867e2e0f
2 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
networking.hostName = "foureighty";
|
||||
boot = {
|
||||
kernelPackages = pkgs.linuxPackages_hardened;
|
||||
extraModulePackages = with config.boot.kernelPackages; [ wireguard ];
|
||||
initrd.kernelModules = [ "i915" ];
|
||||
initrd.availableKernelModules = [
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
hardware.opengl = {
|
||||
enable = true;
|
||||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
s3tcSupport = true;
|
||||
extraPackages = with pkgs; [
|
||||
vaapiIntel
|
||||
|
|
Loading…
Reference in a new issue