From 6021ca3af6f8bb1dfd97a1a39ac476b9c34124f2 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Sun, 18 Oct 2015 15:30:59 +0200 Subject: [PATCH] mastus: gogs: make pushing work --- mastus/gogs.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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";