1
1
mirror of https://github.com/divnix/digga.git synced 2024-12-28 02:21:49 +03:00
digga/profiles/misc/default.nix
Timothy DeHerrera 413a6c75f6
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 13:28:49 -07:00

2 lines
58 B
Nix

{ ... }: { imports = [ ./stubby.nix ./adblocking.nix ]; }