forgejo: remove unnecessary ssh configuration
This commit is contained in:
		
							parent
							
								
									1b2d1eaa74
								
							
						
					
					
						commit
						ea470aff07
					
				
					 1 changed files with 0 additions and 8 deletions
				
			
		| 
						 | 
				
			
			@ -15,14 +15,6 @@ in
 | 
			
		|||
    };
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  services.openssh = {
 | 
			
		||||
    authorizedKeysFiles = [
 | 
			
		||||
      "${config.services.forgejo.stateDir}/.ssh/authorized_keys"
 | 
			
		||||
    ];
 | 
			
		||||
    # Recommended by forgejo: https://forgejo.org/docs/latest/admin/recommendations/#git-over-ssh
 | 
			
		||||
    settings.AcceptEnv = "GIT_PROTOCOL";
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  services.forgejo = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    database.type = "postgres";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue