mastus: gogs: make pushing work

This commit is contained in:
Gabriel Ebner 2015-10-18 15:30:59 +02:00
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";