Skip to content

Instantly share code, notes, and snippets.

@cleverca22
Created June 15, 2019 01:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cleverca22/68d10d5d077bf531864394cc4b04e7fb to your computer and use it in GitHub Desktop.
Save cleverca22/68d10d5d077bf531864394cc4b04e7fb to your computer and use it in GitHub Desktop.
nixpkgs.config = {
packageOverrides = pkgs: rec {
XXXlinux_4_9 = pkgs.linux_4_9.override {
extraConfig = ''
NF_CT_PROTO_DCCP n
NF_NAT_PROTO_DCCP n
NETFILTER_XT_MATCH_DCCP n
IP_DCCP n
INET_DCCP_DIAG n
NET_DCCPPROBE n
'';
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment