diff options
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/tente-configuration.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/tente-configuration.nix b/nixos/tente-configuration.nix index e74a679..b7192ea 100644 --- a/nixos/tente-configuration.nix +++ b/nixos/tente-configuration.nix @@ -91,7 +91,11 @@ in enable = true; adminPubkey = ""; # TODO: submit PR to nixpkgs to make this option optional user = "git"; + group = "git"; dataDir = "/srv/gitolite"; + extraGitoliteRc = '' + $RC{UMASK} = 0027; + ''; }; security.acme = { |