1
0
Fork 0

Compare commits

...

2 commits

Author SHA1 Message Date
e207885add
amethyst: update config 2024-07-01 10:00:56 +02:00
61fe2e4cba
weewx: adjust config 2024-07-01 10:00:55 +02:00
5 changed files with 6 additions and 1 deletions

View file

@ -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.

View file

@ -41,6 +41,7 @@ let
"com.eltima.elmedia-setapp"
"com.jonny.mona"
"com.kapeli.dash-setapp"
"com.monarch.macos"
"com.sindresorhus.Dato-setapp"
];

View file

@ -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";