mastus: gogs: make pushing work
This commit is contained in:
		
							parent
							
								
									e9a96ef023
								
							
						
					
					
						commit
						6021ca3af6
					
				@ -41,6 +41,7 @@ REQUIRE_SIGNIN_VIEW = false
 | 
			
		||||
 | 
			
		||||
[picture]
 | 
			
		||||
DISABLE_GRAVATAR = false
 | 
			
		||||
AVATAR_UPLOAD_PATH = ${gitHome}/data/avatars
 | 
			
		||||
 | 
			
		||||
[session]
 | 
			
		||||
PROVIDER = file
 | 
			
		||||
@ -59,7 +60,7 @@ in
 | 
			
		||||
  users.extraGroups.git = { };
 | 
			
		||||
 | 
			
		||||
  systemd.services.gogs = {
 | 
			
		||||
    path = with pkgs; [ git openssh ];
 | 
			
		||||
    path = with pkgs; [ git openssh bash ];
 | 
			
		||||
    wantedBy = [ "multi-user.target" ];
 | 
			
		||||
    serviceConfig = {
 | 
			
		||||
      Type = "simple";
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user