forked from pub-solar/os
413a6c75f6
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`.
2 lines
58 B
Nix
2 lines
58 B
Nix
{ ... }: { imports = [ ./stubby.nix ./adblocking.nix ]; }
|