mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
chore: nf-fmt-nix
This commit is contained in:
parent
e4bbddb004
commit
32ff0a8e0c
7 changed files with 152 additions and 138 deletions
|
|
@ -15,7 +15,7 @@ in {
|
|||
services.prometheus.exporters = {
|
||||
node = {
|
||||
port = 9091;
|
||||
extraFlags = [ "--collector.disable-defaults" ];
|
||||
extraFlags = ["--collector.disable-defaults"];
|
||||
enabledCollectors = mkMerge [
|
||||
(mkIf config.boot.supportedFilesystems.xfs or false [
|
||||
"xfs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue