mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
chore(monitoring): nf-fmt-nix
This commit is contained in:
parent
23b746191f
commit
f1d249d4c0
10 changed files with 208 additions and 135 deletions
2
modules/extern/nixos/monitoring.nix
vendored
2
modules/extern/nixos/monitoring.nix
vendored
|
|
@ -88,7 +88,7 @@ let
|
|||
url = "${cfg.lokiUrl}/loki/api/v1/push";
|
||||
}
|
||||
];
|
||||
scrape_configs = mkIf cfg.journald.enable [ (unmerged.mergeAttrs cfg.journald.settings) ];
|
||||
scrape_configs = mkIf cfg.journald.enable [(unmerged.mergeAttrs cfg.journald.settings)];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue