Add git lfs to server
This commit is contained in:
parent
7e0e91cd7e
commit
641067f414
1 changed files with 7 additions and 1 deletions
|
|
@ -61,7 +61,13 @@
|
|||
};
|
||||
|
||||
programs = {
|
||||
git.enable = true;
|
||||
git = {
|
||||
enable = true;
|
||||
lfs = {
|
||||
enable = true;
|
||||
enablePureSSHTransfer = true;
|
||||
};
|
||||
};
|
||||
|
||||
gnupg.agent = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue