user hardened kernel on foureighty

This commit is contained in:
Cyryl Płotnicki 2019-10-11 19:24:15 +01:00
parent 1df7541394
commit df867e2e0f
2 changed files with 1 additions and 1 deletions

View file

@ -3,6 +3,7 @@
networking.hostName = "foureighty";
boot = {
kernelPackages = pkgs.linuxPackages_hardened;
extraModulePackages = with config.boot.kernelPackages; [ wireguard ];
initrd.kernelModules = [ "i915" ];
initrd.availableKernelModules = [

View file

@ -5,7 +5,6 @@
hardware.opengl = {
enable = true;
driSupport = true;
driSupport32Bit = true;
s3tcSupport = true;
extraPackages = with pkgs; [
vaapiIntel