This website requires JavaScript.
Explore
Help
Sign In
axeman
/
pub-solar-os
Watch
1
Star
0
Fork
You've already forked pub-solar-os
0
forked from
pub-solar/os
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
1373380a91
pub-solar-os
/
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 20:28:49 +00:00
{
.
.
.
}:
{
imports
=
[
./stubby.nix
./adblocking.nix
]
;
}
Reference in a new issue
Copy permalink