Merge pull request 'web01: Enable lfs in gitea' (#151) from Qubasa-main into main
All checks were successful
checks / test (push) Successful in 25s

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;