refactor(atward): Configure listen address
This appeases the flokli. Change-Id: Ib6a6c1a2cc8780e7944913d9204b42505b29fdc0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3093 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
		
							parent
							
								
									a9902dadcf
								
							
						
					
					
						commit
						47d07e7b5f
					
				
					 2 changed files with 9 additions and 3 deletions
				
			
		|  | @ -7,6 +7,12 @@ in { | |||
|   options.services.depot.atward = { | ||||
|     enable = lib.mkEnableOption description; | ||||
| 
 | ||||
|     host = lib.mkOption { | ||||
|       type = lib.types.str; | ||||
|       default = "[::1]"; | ||||
|       description = "Host on which atward should listen"; | ||||
|     }; | ||||
| 
 | ||||
|     port = lib.mkOption { | ||||
|       type = lib.types.int; | ||||
|       default = 28973; | ||||
|  | @ -25,7 +31,7 @@ in { | |||
|         Restart = "always"; | ||||
|       }; | ||||
| 
 | ||||
|       environment.ATWARD_PORT = toString cfg.port; | ||||
|       environment.ATWARD_LISTEN_ADDRESS = "${cfg.host}:${toString cfg.port}"; | ||||
|     }; | ||||
|   }; | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue