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)
This commit is contained in:
Crow 2025-10-22 14:13:27 -04:00 committed by GitHub
parent 8560beb505
commit 6f0cd412f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 16 additions and 4 deletions

View file

@ -2,5 +2,9 @@
services.forgejo = {
enable = true;
lfs.enable = true;
database = {
type = "sqlite3";
createDatabase = true;
};
};
}