From f7c4cf280587e84025f4ca2825ebfec375efe7b0 Mon Sep 17 00:00:00 2001 From: Thilo Hohlt <123883702+thiloho@users.noreply.github.com> Date: Wed, 5 Jul 2023 21:01:01 +0200 Subject: [PATCH] Update shared-desktop.nix --- nixos-configurations/shared-desktop.nix | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/nixos-configurations/shared-desktop.nix b/nixos-configurations/shared-desktop.nix index a58677c..a59b149 100644 --- a/nixos-configurations/shared-desktop.nix +++ b/nixos-configurations/shared-desktop.nix @@ -10,11 +10,6 @@ jack.enable = true; }; }; - - hardware.opengl = { - enable = true; - driSupport32Bit = true; - }; # Make swaylock work security.pam.services.swaylock = {}; @@ -36,6 +31,11 @@ }; programs = { + steam = { + enable = true; + remotePlay.openFirewall = true; + dedicatedServer.openFirewall = true; + }; gnupg.agent = { enable = true; enableSSHSupport = true; @@ -221,7 +221,6 @@ lapce tldr vulkan-validation-layers - steam ]; }; };