Enable Git LFS

This commit is contained in:
2019-11-25 14:29:04 +01:00
parent b2b79e6a1e
commit 2ab92cf3dd

View File

@@ -3,6 +3,7 @@
{
environment.systemPackages = with pkgs; [
gitea
git-lfs
];
# Gitea setup with daily backup
@@ -19,6 +20,10 @@
repositoryRoot = "/vault/git";
dump.enable = true;
useWizard = true;
extraConfig = ''
LFS_START_SERVER = true
LFS_CONTENT_PATH = /var/lib/gitea/data/lfs
'';
};
}