fix meltdown

This commit is contained in:
lassulus 2018-01-04 01:25:59 +01:00
parent a9f8032072
commit 67dd126fc4

View File

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