stockholm/lass/2configs/security-workarounds.nix

9 lines
188 B
Nix
Raw Normal View History

2017-02-25 23:02:06 +00:00
{ config, pkgs, ... }:
with import <stockholm/lib>;
{
# http://seclists.org/oss-sec/2017/q1/471
boot.extraModprobeConfig = ''
install dccp /run/current-system/sw/bin/false
'';
}