weewx: Add restartTriggers
This commit is contained in:
parent
02302aabf5
commit
8cde57c102
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@ in
|
|||
];
|
||||
};
|
||||
|
||||
systemd.services.podman-weewx.restartTriggers = [
|
||||
"${config.age.secrets.weewx-config.file}"
|
||||
"${config.age.secrets.weewx-skin.file}"
|
||||
];
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
"d ${data-dir} 0755 421 421"
|
||||
"d ${data-dir}/html 0755 421 421"
|
||||
|
|
Loading…
Reference in a new issue