diff --git a/mastus/gogs.nix b/mastus/gogs.nix index 86f61df..bb60627 100644 --- a/mastus/gogs.nix +++ b/mastus/gogs.nix @@ -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";