l security: use default kernel

This commit is contained in:
lassulus 2018-03-18 21:34:11 +01:00
parent 8766727e01
commit f4562cf068

View file

@ -5,6 +5,4 @@ with import <stockholm/lib>;
boot.extraModprobeConfig = ''
install dccp /run/current-system/sw/bin/false
'';
boot.kernelPackages = pkgs.linuxPackages_latest;
}