summaryrefslogtreecommitdiff
path: root/nixos/pincer.nix
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2017-02-24 21:20:00 -0500
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2017-02-24 21:20:00 -0500
commitd1bb6455bbc962e51d10814aef2344566b7ce0f0 (patch)
tree970fb2c92b8295422407d53a77e0d59fcc59a2ca /nixos/pincer.nix
parent1164367688527858866defdc62347a3b934ac23c (diff)
Update config.
Diffstat (limited to 'nixos/pincer.nix')
-rw-r--r--nixos/pincer.nix8
1 files changed, 8 insertions, 0 deletions
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.