mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-11 23:28:56 -05:00
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:
parent
8560beb505
commit
6f0cd412f1
3 changed files with 16 additions and 4 deletions
|
|
@ -2,5 +2,9 @@
|
|||
services.forgejo = {
|
||||
enable = true;
|
||||
lfs.enable = true;
|
||||
database = {
|
||||
type = "sqlite3";
|
||||
createDatabase = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue