From 7c7d3b58403a9d4e497039c21b605301a8e1a79c Mon Sep 17 00:00:00 2001 From: zackartz Date: Sat, 2 Mar 2024 00:06:29 -0500 Subject: [PATCH] 123 current 2024-03-02 00:06:24 24.05.20240229.1536926 6.6.18 * --- hosts/earth/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/earth/configuration.nix b/hosts/earth/configuration.nix index a0d7f9c..11f71d1 100644 --- a/hosts/earth/configuration.nix +++ b/hosts/earth/configuration.nix @@ -38,6 +38,11 @@ # Load nvidia driver for Xorg and Wayland services.xserver.videoDrivers = ["nvidia"]; # or "nvidiaLegacy470 etc. + programs.steam = { + enable = true; + remotePlay.openFirewall = true; + }; + hardware.nvidia = { # Modesetting is required. modesetting.enable = true;