diff options
author | Ben Sima <ben@bsima.me> | 2020-11-16 11:47:36 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-11-16 11:47:36 -0500 |
commit | 656816ed9af6277bbeb1c5e74471bace3a78e5be (patch) | |
tree | 8d9b28d4a804fdb258f17b32e675bf9a4dcf8a98 /Biz/Cloud/git.nix | |
parent | eb3ee6f1867eb19d2a262826038b2615b3def762 (diff) |
get build working and capitalize more files
Diffstat (limited to 'Biz/Cloud/git.nix')
-rw-r--r-- | Biz/Cloud/git.nix | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Biz/Cloud/git.nix b/Biz/Cloud/git.nix deleted file mode 100644 index 6104ced..0000000 --- a/Biz/Cloud/git.nix +++ /dev/null @@ -1,17 +0,0 @@ -{ pkgs, ... }: - -{ - services = { - gitolite = { - enable = true; - enableGitAnnex = true; - dataDir = "/srv/git"; - user = "git"; - group = "git"; - extraGitoliteRc = '' - $RC{SITE_INFO} = 'a computer is a bicycle for the mind.'; - ''; - adminPubkey = builtins.readFile ../Keys/Ben.pub; - }; - }; -} |