From 4a4700993ee56aad2cc87131645ec4e851e3dfaa Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Fri, 28 Feb 2025 23:30:07 +0100 Subject: [PATCH] Steam fix (finally?) --- nixos/hosts/andrej-pc/configuration.nix | 2 +- nixos/modules/steam/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/hosts/andrej-pc/configuration.nix b/nixos/hosts/andrej-pc/configuration.nix index 98fa486..aecb681 100644 --- a/nixos/hosts/andrej-pc/configuration.nix +++ b/nixos/hosts/andrej-pc/configuration.nix @@ -235,7 +235,7 @@ # enableSSHSupport = true; # }; - kk.steam.enable = false; + kk.steam.enable = true; # List services that you want to enable: diff --git a/nixos/modules/steam/default.nix b/nixos/modules/steam/default.nix index e8c7488..63b6671 100644 --- a/nixos/modules/steam/default.nix +++ b/nixos/modules/steam/default.nix @@ -25,7 +25,7 @@ in { remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server localNetworkGameTransfers.openFirewall = true; # Open ports in the firewall for Steam Local Network Game Transfers - package = unstable-pkgs.steam; + #package = unstable-pkgs.steam; }; } );