less custom config for skinny

This commit is contained in:
Cyryl Płotnicki 2020-03-29 17:19:32 +01:00
parent 9543ff8d2b
commit 5ca0dafa27

View file

@ -2,23 +2,8 @@
{
networking.hostName = "skinnyv";
nixpkgs.config.packageOverrides = pkgs: {
linux_latest_hardened = pkgs.linux_latest_hardened.override {
extraConfig = ''
IA32_EMULATION y
KVM m
KVM_INTEL m
'';
features.ia32Emulation = true;
enableParallelBuilding = true;
};
};
boot = {
kernelPackages = pkgs.linuxPackagesFor pkgs.linux_latest_hardened;
kernelParams = [
"i915.enable_rc6=7"
];
initrd.luks.devices = [
{
name = "root";