1
0
forked from clan/clan-infra

Merge pull request 'web01: Enable lfs in gitea' (#151) from Qubasa-main into main

This commit is contained in:
clan-bot 2024-03-18 16:35:41 +00:00
commit dfa1b7e5e2

View File

@ -12,6 +12,7 @@
host = "/run/postgresql";
port = 5432;
};
lfs.enable = true;
package = self.packages.${pkgs.hostPlatform.system}.gitea;
settings.actions.ENABLED = true;