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