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 = {
|
weewx-skin = {
|
||||||
file = ./weewx/skin.age;
|
file = ./weewx/skin.age;
|
||||||
|
symlink = false;
|
||||||
path = "/var/lib/weewx-weather/overlay/upper/skins/weewx-wdc/skin.conf";
|
path = "/var/lib/weewx-weather/overlay/upper/skins/weewx-wdc/skin.conf";
|
||||||
owner = "weewx";
|
owner = "weewx";
|
||||||
group = "weewx";
|
group = "weewx";
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -41,7 +41,6 @@ let
|
||||||
"com.eltima.elmedia-setapp"
|
"com.eltima.elmedia-setapp"
|
||||||
"com.jonny.mona"
|
"com.jonny.mona"
|
||||||
"com.kapeli.dash-setapp"
|
"com.kapeli.dash-setapp"
|
||||||
"com.monarch.macos"
|
|
||||||
"com.sindresorhus.Dato-setapp"
|
"com.sindresorhus.Dato-setapp"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -29,11 +29,6 @@ in
|
||||||
TZ = "Europe/Berlin";
|
TZ = "Europe/Berlin";
|
||||||
};
|
};
|
||||||
|
|
||||||
restartTriggers = [
|
|
||||||
"${config.age.secrets.weewx-config.file}"
|
|
||||||
"${config.age.secrets.weewx-skin.file}"
|
|
||||||
];
|
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
WorkingDirectory = "${pkg}/home/weewx-data";
|
WorkingDirectory = "${pkg}/home/weewx-data";
|
||||||
User = "weewx";
|
User = "weewx";
|
||||||
|
|
Loading…
Reference in a new issue