treewide: apply nix-fmt
Some checks failed
/ Build Nix targets (push) Has been cancelled

This commit is contained in:
Felix Buehler 2026-01-17 09:04:30 +01:00
parent 8b56443b2d
commit 7129af88ba
4 changed files with 20 additions and 20 deletions

View file

@ -76,7 +76,7 @@ in
my.services.prometheus.rules = {
navidrome_not_enough_albums = {
condition = ''http_navidrome_album_count != 1'';
condition = "http_navidrome_album_count != 1";
description = "navidrome: not enough albums as expected: {{$value}}";
};
};