mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2025-06-05 21:25:22 +02:00
bicep/git-mirrors: disable lfs by default
This commit is contained in:
parent
a3c3ceac49
commit
29c4029486
@ -17,7 +17,7 @@ in
|
|||||||
zip = false;
|
zip = false;
|
||||||
keep = 10;
|
keep = 10;
|
||||||
bare = true;
|
bare = true;
|
||||||
lfs = true;
|
lfs = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
instances = let
|
instances = let
|
||||||
|
Loading…
Reference in New Issue
Block a user