forked from jan-leila/nix-config
		
	enabled reverse proxy
This commit is contained in:
		
							parent
							
								
									da8919b999
								
							
						
					
					
						commit
						4c7d6bf837
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		|  | @ -58,8 +58,8 @@ | |||
|       }; | ||||
|     }; | ||||
|     reverse_proxy = { | ||||
|       enable = false; | ||||
|       hostname = "volpe.social"; | ||||
|       enable = true; | ||||
|       hostname = "jan-leila.com"; | ||||
|     }; | ||||
|     postgres = { | ||||
|       extraUsers = { | ||||
|  |  | |||
|  | @ -16,7 +16,7 @@ in { | |||
|     forceSSL = lib.mkOption { | ||||
|       type = lib.types.bool; | ||||
|       description = "force connections to use https"; | ||||
|       default = true; | ||||
|       default = config.host.reverse_proxy.enableACME; | ||||
|     }; | ||||
|     enableACME = lib.mkOption { | ||||
|       type = lib.types.bool; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue