Update to NixOS 22.11 #79
					 1 changed files with 6 additions and 3 deletions
				
			
		|  | @ -8,12 +8,15 @@ in { | ||||||
|     httpAddress = "127.0.0.1"; |     httpAddress = "127.0.0.1"; | ||||||
|     database.type = "postgres"; |     database.type = "postgres"; | ||||||
| 
 | 
 | ||||||
|     ssh.clonePort = 2222; |  | ||||||
|     rootUrl = "https://${domain}/"; |     rootUrl = "https://${domain}/"; | ||||||
|     cookieSecure = true; |  | ||||||
| 
 | 
 | ||||||
|     appName = "Gitea: Git with a cup of tea"; |     appName = "Gitea: Git with a cup of tea"; | ||||||
|     disableRegistration = true; | 
 | ||||||
|  |     settings = { | ||||||
|  |       server.SSH_PORT = 2222; | ||||||
|  |       service.DISABLE_REGISTRATION = true; | ||||||
|  |       session.COOKIE_SECURE = true; | ||||||
|  |     }; | ||||||
|   }; |   }; | ||||||
| 
 | 
 | ||||||
|   # Set up SSL |   # Set up SSL | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue