uptime-kuma: fix systemd tmpfile rule
This commit is contained in:
parent
93f912d548
commit
887f72ad07
1 changed files with 1 additions and 1 deletions
|
|
@ -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" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue