installed steam on horizon
This commit is contained in:
		
							parent
							
								
									bc3efbe2cb
								
							
						
					
					
						commit
						3978d58c1a
					
				
					 2 changed files with 10 additions and 2 deletions
				
			
		|  | @ -71,7 +71,6 @@ in { | ||||||
|               # proprietary platforms |               # proprietary platforms | ||||||
|               discord |               discord | ||||||
|               obsidian |               obsidian | ||||||
|               # steam |  | ||||||
|               (lib.mkIf hardware.graphicsAcceleration.enable davinci-resolve) |               (lib.mkIf hardware.graphicsAcceleration.enable davinci-resolve) | ||||||
| 
 | 
 | ||||||
|               # development tools |               # development tools | ||||||
|  |  | ||||||
|  | @ -8,6 +8,8 @@ | ||||||
|     inputs.nixos-hardware.nixosModules.framework-11th-gen-intel |     inputs.nixos-hardware.nixosModules.framework-11th-gen-intel | ||||||
|   ]; |   ]; | ||||||
| 
 | 
 | ||||||
|  |   nixpkgs.config.allowUnfree = true; | ||||||
|  | 
 | ||||||
|   host = { |   host = { | ||||||
|     users = { |     users = { | ||||||
|       leyla = { |       leyla = { | ||||||
|  | @ -29,7 +31,14 @@ | ||||||
|       {}) |       {}) | ||||||
|   ]; |   ]; | ||||||
| 
 | 
 | ||||||
|   programs.adb.enable = true; |   programs = { | ||||||
|  |     adb.enable = true; | ||||||
|  |     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 | ||||||
|  |     }; | ||||||
|  |   }; | ||||||
| 
 | 
 | ||||||
|   sops.secrets = { |   sops.secrets = { | ||||||
|     "vpn-keys/tailscale-authkey/horizon" = { |     "vpn-keys/tailscale-authkey/horizon" = { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue