Added pi4 to systems, moved getSecret function to lib

This commit is contained in:
2025-04-12 20:25:10 +02:00
parent 6ca92c8537
commit 0649473709
5 changed files with 17 additions and 11 deletions

View File

@ -82,7 +82,7 @@
weather = {
unit = "metric";
location = "Bergen, Norway";
key = common.secret.weatherApiKey lib;
key = with lib.custom; getSecret (relativeToRoot "shared/secrets/weather-api-key");
};
};