Skip to content

Instantly share code, notes, and snippets.

@cleverca22
Created October 23, 2017 09:38
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/8078463c555f5bbf8fa8fda57bcfc427 to your computer and use it in GitHub Desktop.
Save cleverca22/8078463c555f5bbf8fa8fda57bcfc427 to your computer and use it in GitHub Desktop.
#xfce = pkgs.xfce // rec {
# xfce4mixer = pkgs.xfce.xfce4mixer.override { pulseaudioSupport = false; };
# xfce4panel = pkgs.xfce.xfce4panel.override { inherit xfce4mixer; };
# thunar-build = pkgs.xfce.thunar-build.override { inherit xfce4panel; };
#};
#linux_4_4 = pkgs.linux_4_4.override {
#extraConfig = ''
#SCHEDSTATS y
#LATENCYTOP y
#'';
#};
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