✨ Added pi4 to systems, moved getSecret function to lib
This commit is contained in:
@ -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");
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user