modules: services: gitea: persist repositories
This commit is contained in:
parent
222f413950
commit
346df9a213
1 changed files with 5 additions and 0 deletions
|
|
@ -75,5 +75,10 @@ in
|
||||||
config.services.gitea.repositoryRoot
|
config.services.gitea.repositoryRoot
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
my.system.persist.directories = [
|
||||||
|
config.services.gitea.lfs.contentDir
|
||||||
|
config.services.gitea.repositoryRoot
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue