No env file anymore

This commit is contained in:
niten 2023-12-11 09:06:19 -08:00
parent f142ce296c
commit 893538d442
1 changed files with 0 additions and 4 deletions

View File

@ -192,10 +192,6 @@ in {
tmpfiles.rules =
let grafana-user = config.systemd.services.grafana.serviceConfig.User;
in [ "d ${cfg.state-directory} 0700 ${grafana-user} - - -" ];
services.grafana.serviceConfig = {
EnvironmentFile = host-secrets.grafana-environment-file.target-file;
};
};
# fudo.secrets.host-secrets.${hostname}.grafana-environment-file = {