Compare commits
No commits in common. "e207885add8b793dfe88032cbd4ca4059e573fe8" and "0830bbe3890df0bcc89d2d46048e62519ef805ab" have entirely different histories.
e207885add
...
0830bbe389
5 changed files with 1 additions and 6 deletions
|
@ -150,6 +150,7 @@
|
|||
|
||||
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,7 +41,6 @@ let
|
|||
"com.eltima.elmedia-setapp"
|
||||
"com.jonny.mona"
|
||||
"com.kapeli.dash-setapp"
|
||||
"com.monarch.macos"
|
||||
"com.sindresorhus.Dato-setapp"
|
||||
];
|
||||
|
||||
|
|
|
@ -29,11 +29,6 @@ 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