Follow renaming of services.xserver.videoDrivers to services.mesa.videoDrivers for VirtualBox Guest
This commit is contained in:
parent
ba0ca53615
commit
4900d6561b
@ -52,7 +52,7 @@ optionalAttrs (pkgs.stdenv.isi686 || pkgs.stdenv.isx86_64) # ugly...
|
|||||||
serviceConfig.ExecStart = "@${kernel.virtualboxGuestAdditions}/sbin/VBoxService VBoxService --foreground";
|
serviceConfig.ExecStart = "@${kernel.virtualboxGuestAdditions}/sbin/VBoxService VBoxService --foreground";
|
||||||
};
|
};
|
||||||
|
|
||||||
services.xserver.videoDrivers = mkOverride 50 [ "virtualbox" ];
|
services.mesa.videoDrivers = mkOverride 50 [ "virtualbox" ];
|
||||||
|
|
||||||
services.xserver.config =
|
services.xserver.config =
|
||||||
''
|
''
|
||||||
|
Loading…
Reference in New Issue
Block a user