From 641067f414afa622ca6a588ac02dca7b7014a0b7 Mon Sep 17 00:00:00 2001 From: Jan Kremer Date: Wed, 18 Mar 2026 08:02:41 +0100 Subject: [PATCH] Add git lfs to server --- hosts/galanthus/configuration.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hosts/galanthus/configuration.nix b/hosts/galanthus/configuration.nix index aac0b70..6d54847 100644 --- a/hosts/galanthus/configuration.nix +++ b/hosts/galanthus/configuration.nix @@ -61,7 +61,13 @@ }; programs = { - git.enable = true; + git = { + enable = true; + lfs = { + enable = true; + enablePureSSHTransfer = true; + }; + }; gnupg.agent = { enable = true;