gitea: remove useless conditional on backup
This commit is contained in:
parent
d2fc16978c
commit
64d28f9436
|
@ -72,7 +72,7 @@ in {
|
||||||
# gitea, so it may produce corrupt files in the snapshot if I push stuff
|
# gitea, so it may produce corrupt files in the snapshot if I push stuff
|
||||||
# around midnight. I'm not sure how `gitea dump` handles this either,
|
# around midnight. I'm not sure how `gitea dump` handles this either,
|
||||||
# though.
|
# though.
|
||||||
my.services.borg-backup = mkIf cfg.enable {
|
my.services.borg-backup = {
|
||||||
paths = [
|
paths = [
|
||||||
config.services.gitea.lfs.contentDir
|
config.services.gitea.lfs.contentDir
|
||||||
config.services.gitea.repositoryRoot
|
config.services.gitea.repositoryRoot
|
||||||
|
|
Loading…
Reference in a new issue