Fix forgejo tmpfile rules not being made for root
This commit is contained in:
parent
e5a9c9391a
commit
b38da515ea
|
@ -59,5 +59,5 @@
|
|||
# Clean up dumps older than a week.
|
||||
# The data is also saved in zfs snapshots and rsync backups,
|
||||
# so this is just an extra layer of safety.
|
||||
systemd.user.tmpfiles.rules = [ "d ${config.services.forgejo.stateDir}/dump - - - 7d" ];
|
||||
systemd.tmpfiles.rules = [ "d ${config.services.forgejo.stateDir}/dump - - - 7d" ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue