stan,europa: no hardened, breaks too many things

This commit is contained in:
Aaron Bieber 2022-09-27 10:38:04 -06:00
parent 30e0135bc2
commit 89bf05399f
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View File

@ -58,6 +58,7 @@ in {
};
};
kernelParams = [ "boot.shell_on_fail" "mem_sleep_default=deep" ];
kernelPackages = pkgs.linuxPackages;
kernelModules = [ "kvm-intel" ];
};

View File

@ -30,7 +30,7 @@ in {
secrets = { "/crypto_keyfile.bin" = null; };
};
kernelParams = [ "intel_idle.max_cstate=4" ];
kernelPackages = pkgs.linuxPackages;
};
preDNS.enable = false;