From f30d4ebba4552fc645368b41d15f86554da97d5a Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Sun, 12 Nov 2023 18:55:26 +0100 Subject: [PATCH] Maybe steam doesn't work with home manager? --- home-manager/EDI-Lillian.nix | 6 ------ home-manager/GLaDOS-Lillian.nix | 6 ------ nixos/EDI/configuration.nix | 6 ++++++ nixos/GLaDOS/configuration.nix | 6 ++++++ 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/home-manager/EDI-Lillian.nix b/home-manager/EDI-Lillian.nix index 8515ffe..6b96032 100644 --- a/home-manager/EDI-Lillian.nix +++ b/home-manager/EDI-Lillian.nix @@ -101,12 +101,6 @@ ungoogled-chromium ]; - programs.steam = { - enable = true; - remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play - dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server - }; - programs.vscode = { enable = true; package = pkgs.vscodium; diff --git a/home-manager/GLaDOS-Lillian.nix b/home-manager/GLaDOS-Lillian.nix index 8515ffe..6b96032 100644 --- a/home-manager/GLaDOS-Lillian.nix +++ b/home-manager/GLaDOS-Lillian.nix @@ -101,12 +101,6 @@ ungoogled-chromium ]; - programs.steam = { - enable = true; - remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play - dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server - }; - programs.vscode = { enable = true; package = pkgs.vscodium; diff --git a/nixos/EDI/configuration.nix b/nixos/EDI/configuration.nix index cbbeaea..2c6b575 100644 --- a/nixos/EDI/configuration.nix +++ b/nixos/EDI/configuration.nix @@ -103,6 +103,7 @@ oh-my-zsh pciutils rsync + steam wget zsh ]; @@ -110,6 +111,11 @@ # Enable networking networking.networkmanager.enable = true; + programs.steam = { + enable = true; + remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play + dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server + }; hardware.opengl.driSupport32Bit = true; # Enables support for 32bit libs that steam uses # Set your time zone. diff --git a/nixos/GLaDOS/configuration.nix b/nixos/GLaDOS/configuration.nix index 39639df..51a2553 100644 --- a/nixos/GLaDOS/configuration.nix +++ b/nixos/GLaDOS/configuration.nix @@ -103,6 +103,7 @@ oh-my-zsh pciutils rsync + steam wget zsh ]; @@ -110,6 +111,11 @@ # Enable networking networking.networkmanager.enable = true; + programs.steam = { + enable = true; + remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play + dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server + }; hardware.opengl.driSupport32Bit = true; # Enables support for 32bit libs that steam uses # Set your time zone.