Set age to 0 in wakapi so the config is always updated

This commit is contained in:
2025-01-02 15:23:21 +02:00
parent e8f29719b2
commit 04433361c6

View File

@@ -37,7 +37,7 @@
};
systemd.tmpfiles.rules = [
"C+ /home/wakapi/config.yml 0777 root root - ${toString ./wakapi.yml}"
"C+ /home/wakapi/config.yml 0777 root root 0 ${toString ./wakapi.yml}"
];
systemd.services.wakapi = {