diff options
Diffstat (limited to 'Biz/Cloud/Git.nix')
-rw-r--r-- | Biz/Cloud/Git.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Cloud/Git.nix b/Biz/Cloud/Git.nix index bc9812c..eb61a10 100644 --- a/Biz/Cloud/Git.nix +++ b/Biz/Cloud/Git.nix @@ -1,7 +1,7 @@ { pkgs, lib, config, ... }: let - root = "/srv/git"; + root = "/var/git"; in { services = { gitolite = { |