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
|
||||
# around midnight. I'm not sure how `gitea dump` handles this either,
|
||||
# though.
|
||||
my.services.borg-backup = mkIf cfg.enable {
|
||||
my.services.borg-backup = {
|
||||
paths = [
|
||||
config.services.gitea.lfs.contentDir
|
||||
config.services.gitea.repositoryRoot
|
||||
|
|
Loading…
Reference in a new issue