stockholm/lass/2configs/security-workarounds.nix
2018-03-18 21:34:24 +01:00

9 lines
188 B
Nix

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