chore: move all service data to /media/apps

This commit is contained in:
Nico 2026-02-09 22:57:22 +11:00
parent 88586c11a7
commit dd7d4dbff5
Signed by: nico
SSH key fingerprint: SHA256:XuacYOrGqRxC3jVFjfLROn1CSvLz85Dec6N7O9Gwu/0
4 changed files with 13 additions and 4 deletions

View file

@ -3,8 +3,8 @@
{
services.forgejo = {
enable = true;
stateDir = "/media/git";
repositoryRoot = "${config.services.forgejo.stateDir}/repositories";
stateDir = "/media/apps/git";
repositoryRoot = "${config.services.forgejo.stateDir}/repos";
database.createDatabase = true;
settings = {