added steam + dependencies
This commit is contained in:
		
							parent
							
								
									327a5ce55f
								
							
						
					
					
						commit
						c54210411d
					
				
					 1 changed files with 9 additions and 0 deletions
				
			
		|  | @ -80,6 +80,8 @@ | ||||||
| 
 | 
 | ||||||
|   # programs.firefox.enable = true; |   # programs.firefox.enable = true; | ||||||
| 
 | 
 | ||||||
|  |   nixpkgs.config.allowUnfree = true; | ||||||
|  | 
 | ||||||
|   # List packages installed in system profile. |   # List packages installed in system profile. | ||||||
|   # You can use https://search.nixos.org/ to find more packages (and options). |   # You can use https://search.nixos.org/ to find more packages (and options). | ||||||
|   # environment.systemPackages = with pkgs; [ |   # environment.systemPackages = with pkgs; [ | ||||||
|  | @ -87,6 +89,13 @@ | ||||||
|   #   wget |   #   wget | ||||||
|   # ]; |   # ]; | ||||||
| 
 | 
 | ||||||
|  |   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 | ||||||
|  |     localNetworkGameTransfers.openFirewall = true; # Open ports in the firewall for Steam Local Network Game Transfers | ||||||
|  |   }; | ||||||
|  | 
 | ||||||
|   # Some programs need SUID wrappers, can be configured further or are |   # Some programs need SUID wrappers, can be configured further or are | ||||||
|   # started in user sessions. |   # started in user sessions. | ||||||
|   # programs.mtr.enable = true; |   # programs.mtr.enable = true; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue