Skip teslaMate in var names
This commit is contained in:
parent
1c0e9af4b9
commit
8e3499c303
|
@ -158,8 +158,8 @@ in {
|
||||||
postgresEnvFile = hostSecrets.teslaMatePostgresEnv.target-file;
|
postgresEnvFile = hostSecrets.teslaMatePostgresEnv.target-file;
|
||||||
grafanaEnvFile = hostSecrets.teslaMateGrafanaEnv.target-file;
|
grafanaEnvFile = hostSecrets.teslaMateGrafanaEnv.target-file;
|
||||||
teslaMateUid = config.users.users.tesla-mate.uid;
|
teslaMateUid = config.users.users.tesla-mate.uid;
|
||||||
teslaMatePostgresUid = config.users.users.tesla-mate-postgres.uid;
|
postgresUid = config.users.users.tesla-mate-postgres.uid;
|
||||||
teslaMateGrafanaUid = config.users.users.tesla-mate-grafana.uid;
|
grafanaUid = config.users.users.tesla-mate-grafana.uid;
|
||||||
};
|
};
|
||||||
in { imports = [ teslaMateImage ]; };
|
in { imports = [ teslaMateImage ]; };
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue