summaryrefslogtreecommitdiffstats
path: root/old/modules/lass/steam.nix
diff options
context:
space:
mode:
Diffstat (limited to 'old/modules/lass/steam.nix')
-rw-r--r--old/modules/lass/steam.nix29
1 files changed, 0 insertions, 29 deletions
diff --git a/old/modules/lass/steam.nix b/old/modules/lass/steam.nix
deleted file mode 100644
index d54873b1f..000000000
--- a/old/modules/lass/steam.nix
+++ /dev/null
@@ -1,29 +0,0 @@
-{ config, pkgs, ... }:
-
-{
-
- imports = [
- ./games.nix
- ];
- #
- # Steam stuff
- # source: https://nixos.org/wiki/Talk:Steam
- #
- ##TODO: make steam module
- hardware.opengl.driSupport32Bit = true;
-
- environment.systemPackages = with pkgs; [
- steam
- ];
- networking.firewall = {
- allowedUDPPorts = [
- 27031
- 27036
- ];
- allowedTCPPorts = [
- 27036
- 27037
- ];
- };
-
-}
[cgit] Unable to lock slot /tmp/cgit/2c000000.lock: No such file or directory (2)