This website requires JavaScript.
Explore
Help
Sign in
bad
/
devos
Watch
1
Star
0
Fork
You've already forked devos
0
Code
Issues
1
Pull requests
Projects
Releases
Wiki
Activity
413a6c75f6
devos
/
profiles
/
misc
/
default.nix
2 lines
58 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 21:28:49 +01:00
{
.
.
.
}:
{
imports
=
[
./stubby.nix
./adblocking.nix
]
;
}
Reference in a new issue
Copy permalink