diff options
author | tv <tv@krebsco.de> | 2017-08-02 00:22:49 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-08-02 00:22:49 +0200 |
commit | 19398fe04690f70d34d0e30da7e885bfcae55f62 (patch) | |
tree | cefffd781e3f5a8c8f9fc0b799c89202f04c9079 /tv | |
parent | 996cf7f1e91fce4ecf877940a7b7a5d3ced022f6 (diff) |
tv mu: drop boot.extraModprobeConfig
Diffstat (limited to 'tv')
-rw-r--r-- | tv/1systems/mu/config.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tv/1systems/mu/config.nix b/tv/1systems/mu/config.nix index 95b01bf..32143f3 100644 --- a/tv/1systems/mu/config.nix +++ b/tv/1systems/mu/config.nix @@ -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"; |