forked from jan-leila/nix-config
		
	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 | ||||
|               discord | ||||
|               obsidian | ||||
|               # steam | ||||
|               (lib.mkIf hardware.graphicsAcceleration.enable davinci-resolve) | ||||
| 
 | ||||
|               # development tools | ||||
|  |  | |||
|  | @ -8,6 +8,8 @@ | |||
|     inputs.nixos-hardware.nixosModules.framework-11th-gen-intel | ||||
|   ]; | ||||
| 
 | ||||
|   nixpkgs.config.allowUnfree = true; | ||||
| 
 | ||||
|   host = { | ||||
|     users = { | ||||
|       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 = { | ||||
|     "vpn-keys/tailscale-authkey/horizon" = { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue