Simpler kernel setup for foureighty

This commit is contained in:
Cyryl Płotnicki 2020-02-09 09:39:21 +00:00
parent 5b773c2622
commit 75d32405c2

View file

@ -3,20 +3,6 @@
networking.hostName = "foureighty";
boot = {
kernelPackages = pkgs.linuxPackagesFor pkgs.linux_latest_hardened;
extraModulePackages = with config.boot.kernelPackages; [ wireguard ];
initrd.kernelModules = [ "i915" ];
initrd.availableKernelModules = [
"aes_x86_64"
"crypto_simd"
"aesni_intel"
"cryptd"
];
kernelParams = [
"mds=full"
];
initrd.luks.devices = [
{
name = "root";