1
0
Fork 0

Changed Ophanim's kernel to hardened.

This commit is contained in:
Kevin Baensch 2019-07-03 01:58:01 +02:00
parent ed892d1fb8
commit ee4e3264f6
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
boot = {
initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "virtio_pci" "sd_mod" "sr_mod" ];
kernelPackages = pkgs.linuxPackages_latest;
kernelPackages = pkgs.linuxPackages_latest_hardened;
kernelModules = [ ];
extraModulePackages = [ ];
loader.grub = {