feat(hardware): update hardened config
This commit is contained in:
parent
1883a941ac
commit
bc2c479485
|
@ -3,8 +3,13 @@
|
||||||
with lib; {
|
with lib; {
|
||||||
imports = [ "${modulesPath}/profiles/hardened.nix" ];
|
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;
|
boot.loader.systemd-boot.editor = mkDefault false;
|
||||||
|
|
||||||
# scudo causes Firefox & Tor Browser segfaults
|
# scudo causes Firefox & Tor Browser segfaults
|
||||||
environment.memoryAllocator.provider = "libc";
|
environment.memoryAllocator.provider = "libc";
|
||||||
|
|
||||||
|
security.allowSimultaneousMultithreading = mkOverride 0 true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue