tv mu: drop boot.extraModprobeConfig

This commit is contained in:
tv 2017-08-02 00:22:49 +02:00
parent c5fae75443
commit 13b161949c

View File

@ -31,10 +31,6 @@ with import <stockholm/lib>;
boot.kernelModules = [ "fbcon" "kvm-intel" ];
boot.extraModulePackages = [ ];
boot.extraModprobeConfig = ''
options kvm_intel nested=1
'';
fileSystems = {
"/" = {
device = "/dev/vgmu1/nixroot";