added gitea
This commit is contained in:
		
							parent
							
								
									6a3f97cebb
								
							
						
					
					
						commit
						7c9883774f
					
				
					 5 changed files with 35 additions and 16 deletions
				
			
		|  | @ -5,6 +5,7 @@ | |||
| 
 | ||||
|     ./disko.nix | ||||
|     ./data.nix | ||||
|     ./gitea.nix | ||||
|     ./hardware-configuration.nix | ||||
| 
 | ||||
|   ]; | ||||
|  |  | |||
							
								
								
									
										17
									
								
								hosts/Anton/gitea.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								hosts/Anton/gitea.nix
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,17 @@ | |||
| { pkgs, pkgs-unstable, ... }: | ||||
| { | ||||
|    | ||||
|   services.gitea = { | ||||
|     enable = true; | ||||
|     package = pkgs-unstable.gitea; | ||||
|     stateDir = "/mnt/data/services/gitea"; | ||||
| 
 | ||||
|     settings = { | ||||
|       server = { | ||||
|         DOMAIN = "git.huwe.mooo.com"; | ||||
|         HTTP_PORT = 3000; | ||||
|       }; | ||||
|     }; | ||||
|   }; | ||||
| 
 | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue