Skip teslaMate in var names

This commit is contained in:
niten 2023-07-22 11:40:20 -07:00
parent 1c0e9af4b9
commit 8e3499c303
1 changed files with 2 additions and 2 deletions

View File

@ -158,8 +158,8 @@ in {
postgresEnvFile = hostSecrets.teslaMatePostgresEnv.target-file;
grafanaEnvFile = hostSecrets.teslaMateGrafanaEnv.target-file;
teslaMateUid = config.users.users.tesla-mate.uid;
teslaMatePostgresUid = config.users.users.tesla-mate-postgres.uid;
teslaMateGrafanaUid = config.users.users.tesla-mate-grafana.uid;
postgresUid = config.users.users.tesla-mate-postgres.uid;
grafanaUid = config.users.users.tesla-mate-grafana.uid;
};
in { imports = [ teslaMateImage ]; };
};