feat(stallo): Enable 32-bit compatibility for audio & video

This commit is contained in:
Vincent Ambo 2018-07-30 10:05:12 +02:00
parent e2bafd0520
commit 43876c81da

View file

@ -7,6 +7,10 @@
# Use proprietary nvidia driver
services.xserver.videoDrivers = [ "nvidia" ];
# Enable 32-bit compatibility for Steam:
hardware.opengl.driSupport32Bit = true;
hardware.pulseaudio.support32Bit = true;
networking = {
hostName = "stallo";
wireless.enable = true;