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; }; } );