feat(hardware): update hardened config

This commit is contained in:
Felix Schröter 2023-04-17 12:42:15 +02:00
parent 1883a941ac
commit bc2c479485
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -3,8 +3,13 @@
with lib; {
imports = [ "${modulesPath}/profiles/hardened.nix" ];
# Xbox Controller not working via Bluetooth if enabled
security.lockKernelModules = mkOverride 0 false;
boot.loader.systemd-boot.editor = mkDefault false;
# scudo causes Firefox & Tor Browser segfaults
environment.memoryAllocator.provider = "libc";
security.allowSimultaneousMultithreading = mkOverride 0 true;
}