From 8e3499c303a911263e19c15e757ab917ec8c867d Mon Sep 17 00:00:00 2001 From: niten Date: Sat, 22 Jul 2023 11:40:20 -0700 Subject: [PATCH] Skip teslaMate in var names --- tesla-mate-container.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tesla-mate-container.nix b/tesla-mate-container.nix index ce71093..587b37d 100644 --- a/tesla-mate-container.nix +++ b/tesla-mate-container.nix @@ -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 ]; }; };