less custom config for skinny
This commit is contained in:
parent
9543ff8d2b
commit
5ca0dafa27
1 changed files with 0 additions and 15 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue