ma vbob: remove videodrivers workaround

This commit is contained in:
makefu 2017-06-28 23:46:27 +02:00
parent 2dd0b05558
commit 890e20f59c
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -14,8 +14,6 @@
];
networking.extraHosts = import (toString <secrets/extra-hosts.nix>);
# workaround for https://github.com/NixOS/nixpkgs/issues/16641
services.xserver.videoDrivers = lib.mkOverride 45 [ "virtualbox" "modesetting" ];
nixpkgs.config.allowUnfree = true;
fileSystems."/nix" = {