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 | 13b161949cee6f1fb97781fcfa0a700ac4f5b352 (patch) | |
tree | 983905f1ba38016982e1ff1800eef5ff5d1b97b8 /tv/1systems/mu/config.nix | |
parent | c5fae75443a7f13b54a0952d12275e9016628db2 (diff) |
tv mu: drop boot.extraModprobeConfig
Diffstat (limited to 'tv/1systems/mu/config.nix')
-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 95b01bffc..32143f37c 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"; |