From d1bb6455bbc962e51d10814aef2344566b7ce0f0 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Fri, 24 Feb 2017 21:20:00 -0500 Subject: Update config. --- nixos/pincer.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'nixos/pincer.nix') diff --git a/nixos/pincer.nix b/nixos/pincer.nix index 449ee68..6330e40 100644 --- a/nixos/pincer.nix +++ b/nixos/pincer.nix @@ -8,6 +8,13 @@ networking.firewall.allowedTCPPorts = [5201 34196 34197 5556 5558]; networking.firewall.allowedUDPPorts = [5201 34196 34197]; + # hardware.pulseaudio.systemWide = true; + # hardware.pulseaudio.enable = true; + # hardware.pulseaudio.tcp.enable = true; + # hardware.pulseaudio.tcp.anonymousClients.allowAll = true; + # hardware.pulseaudio.zeroconf.discovery.enable = true; + # hardware.pulseaudio.zeroconf.publish.enable = true; + hardware.opengl.driSupport32Bit = true; boot.loader.systemd-boot.enable = true; boot.loader.timeout = 0; @@ -91,6 +98,7 @@ SATA_LINKPWR_ON_BAT=max_performance ''; + services.xserver.xkbModel = "thinkpad60"; # The NixOS release to be compatible with for stateful data such as databases. -- cgit v1.2.3