CrOS/modules/services/forgejo/default.nix
Crow 6f0cd412f1
Push nrxnukzvxrpt (#9)
* work on install documentation'

* get forgejo setup

* flake.lock: Update

Flake lock file updates:

• Updated input 'nix-secrets':
    'git+ssh://git@github.com/TheWanderingCrow/nix-secrets?ref=refs/heads/master&rev=ee028b24d966663da48f4d1884ba84c3db779518' (2025-10-16)
  → 'git+ssh://git@github.com/TheWanderingCrow/nix-secrets?ref=refs/heads/master&rev=e83722f7ae8d1289579ed1d064176e57b294eb41' (2025-10-22)
2025-10-22 14:13:27 -04:00

10 lines
151 B
Nix

{
services.forgejo = {
enable = true;
lfs.enable = true;
database = {
type = "sqlite3";
createDatabase = true;
};
};
}