Compare commits
2 commits
0830bbe389
...
e207885add
Author | SHA1 | Date | |
---|---|---|---|
e207885add | |||
61fe2e4cba |
5 changed files with 6 additions and 1 deletions
|
@ -150,7 +150,6 @@
|
|||
|
||||
weewx-skin = {
|
||||
file = ./weewx/skin.age;
|
||||
symlink = false;
|
||||
path = "/var/lib/weewx-weather/overlay/upper/skins/weewx-wdc/skin.conf";
|
||||
owner = "weewx";
|
||||
group = "weewx";
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -41,6 +41,7 @@ let
|
|||
"com.eltima.elmedia-setapp"
|
||||
"com.jonny.mona"
|
||||
"com.kapeli.dash-setapp"
|
||||
"com.monarch.macos"
|
||||
"com.sindresorhus.Dato-setapp"
|
||||
];
|
||||
|
||||
|
|
|
@ -29,6 +29,11 @@ in
|
|||
TZ = "Europe/Berlin";
|
||||
};
|
||||
|
||||
restartTriggers = [
|
||||
"${config.age.secrets.weewx-config.file}"
|
||||
"${config.age.secrets.weewx-skin.file}"
|
||||
];
|
||||
|
||||
serviceConfig = {
|
||||
WorkingDirectory = "${pkg}/home/weewx-data";
|
||||
User = "weewx";
|
||||
|
|
Loading…
Reference in a new issue