mirror of
				https://github.com/Stunkymonkey/nixos.git
				synced 2025-10-31 01:32:11 +01:00 
			
		
		
		
	treewide: use localhost instead of ipv4
This commit is contained in:
		
							parent
							
								
									68a379bb34
								
							
						
					
					
						commit
						c105a223a7
					
				
					 24 changed files with 42 additions and 53 deletions
				
			
		|  | @ -44,7 +44,7 @@ in | |||
|             job_name = "gitea"; | ||||
|             static_configs = [ | ||||
|               { | ||||
|                 targets = [ "127.0.0.1:${toString cfg.port}" ]; | ||||
|                 targets = [ "localhost:${toString cfg.port}" ]; | ||||
|                 labels = { | ||||
|                   instance = config.networking.hostName; | ||||
|                 }; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Felix Buehler
						Felix Buehler