This website requires JavaScript.
Explore
Help
Sign In
pub-solar
/
os
Watch
5
Star
0
Fork
You've already forked os
2
Code
Issues
4
Pull requests
Packages
Projects
1
Releases
Wiki
Activity
15003e3de9
os
/
profiles
/
misc
/
disable-mitigations.nix
2 lines
50 B
Nix
Raw
Normal View
History
Unescape
Escape
security#mitigations: init module Resolves #6 by breaking out the disabling of mitigations into it's own module. Now users must explicitly accept the risk of disabling Spectre and Meltdown mitigations with `security.mitigations.acceptRisk` in addition to actually disabling them with `security.mitigations.disable`.
2020-01-08 20:28:49 +00:00
{
.
.
.
}:
{
security
.
mitigations
.
disable
=
true
;
}
Reference in a new issue
Copy permalink