lol

nixos/mimir: also expose mimirtool to users

authored by

Jörg Thalheim and committed by
Yt
d32a2bf2 a6cdcce0

+3
+3
nixos/modules/services/monitoring/mimir.nix
··· 28 28 }; 29 29 30 30 config = mkIf cfg.enable { 31 + # for mimirtool 32 + environment.systemPackages = [ pkgs.mimir ]; 33 + 31 34 assertions = [{ 32 35 assertion = ( 33 36 (cfg.configuration == {} -> cfg.configFile != null) &&