uptime-kuma: fix systemd tmpfile rule

This commit is contained in:
Nico 2026-02-16 18:27:42 +11:00
parent 93f912d548
commit 887f72ad07
Signed by: nico
SSH key fingerprint: SHA256:XuacYOrGqRxC3jVFjfLROn1CSvLz85Dec6N7O9Gwu/0

View file

@ -10,7 +10,7 @@
}; };
systemd.tmpfiles.rules = [ systemd.tmpfiles.rules = [
"d /media/secrets/uptime-kuma 0700 root root" "d /media/apps/uptime-kuma 0700 root root"
]; ];
fileSystems."/var/lib/private/uptime-kuma" = { fileSystems."/var/lib/private/uptime-kuma" = {