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.