From 0a50d682ec85bf023bebd68a3ca388001f0c0677 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 8 Oct 2019 21:44:57 +0200 Subject: mv modules settings --- system/modules/gaming.nix | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 system/modules/gaming.nix (limited to 'system/modules/gaming.nix') diff --git a/system/modules/gaming.nix b/system/modules/gaming.nix deleted file mode 100644 index 0dbc5b12..00000000 --- a/system/modules/gaming.nix +++ /dev/null @@ -1,27 +0,0 @@ -{ config, pkgs, ... }: - -{ - hardware.steam-hardware.enable = true; - hardware.opengl.driSupport32Bit = true; - hardware.pulseaudio.support32Bit = true; - - systemd = { - extraConfig = '' - DefaultLimitNOFILE=524288 - ''; - user.extraConfig = '' - DefaultLimitNOFILE=524288 - ''; - }; - - networking.firewall = { - allowedUDPPorts = [ - 27031 - 27036 - ]; - allowedTCPPorts = [ - 27036 - 27037 - ]; - }; -} -- cgit 1.4.1