Fix LFS on discord bot (#39)

Reviewed-on: Skynet/discord-bot#39

Thanks @esy
Co-authored-by: Daragh <esy@skynet.ie>
Co-committed-by: Daragh <esy@skynet.ie>
This commit is contained in:
esy 2025-07-06 23:28:51 +00:00 committed by silver
parent 76f8aa2712
commit 764e8cd620
2 changed files with 23 additions and 0 deletions

View file

@ -221,6 +221,7 @@
after = ["network-online.target"];
wants = [];
environment = environment_config;
path = with pkgs; [ git git-lfs ];
serviceConfig = {
User = "${cfg.user}";