This website requires JavaScript.
Explore
Help
Sign In
dusk
/
ark
Watch
1
Star
0
Fork
0
You've already forked ark
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
11f085e78c
ark
/
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 23:28:49 +03:00
{
.
.
.
}:
{
security
.
mitigations
.
disable
=
true
;
}
Reference in New Issue
Copy Permalink