about summary refs log tree commit diff
path: root/nixos/modules/services/monitoring/mimir.nix
diff options
context:
space:
mode:
authorhappysalada <raphael@megzari.com>2022-06-07 06:53:15 -0400
committerhappysalada <raphael@megzari.com>2022-06-07 06:53:15 -0400
commitf5ef819e24c45331636ad28861bce952f25b2fae (patch)
treecd991563108a0e1f59fcdca38d945b46adfcc0e0 /nixos/modules/services/monitoring/mimir.nix
parent6dd66a05930d0ffc11796466cb6dea24945f625e (diff)
downloadnixlib-f5ef819e24c45331636ad28861bce952f25b2fae.tar
nixlib-f5ef819e24c45331636ad28861bce952f25b2fae.tar.gz
nixlib-f5ef819e24c45331636ad28861bce952f25b2fae.tar.bz2
nixlib-f5ef819e24c45331636ad28861bce952f25b2fae.tar.lz
nixlib-f5ef819e24c45331636ad28861bce952f25b2fae.tar.xz
nixlib-f5ef819e24c45331636ad28861bce952f25b2fae.tar.zst
nixlib-f5ef819e24c45331636ad28861bce952f25b2fae.zip
mimir: switch pname to mimir
Diffstat (limited to 'nixos/modules/services/monitoring/mimir.nix')
-rw-r--r--nixos/modules/services/monitoring/mimir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/monitoring/mimir.nix b/nixos/modules/services/monitoring/mimir.nix
index f85f3ab02c37..83c0b23c59dd 100644
--- a/nixos/modules/services/monitoring/mimir.nix
+++ b/nixos/modules/services/monitoring/mimir.nix
@@ -53,7 +53,7 @@ in {
                else cfg.configFile;
       in
       {
-        ExecStart = "${pkgs.grafana-mimir}/bin/mimir --config.file=${conf}";
+        ExecStart = "${pkgs.mimir}/bin/mimir --config.file=${conf}";
         DynamicUser = true;
         Restart = "always";
         ProtectSystem = "full";