laptop stuff
This commit is contained in:
parent
57ad1d09f7
commit
b0461e98a7
10 changed files with 62 additions and 65 deletions
|
@ -142,7 +142,7 @@ in {
|
|||
toString cfg.port
|
||||
} ${
|
||||
if cfg.ssl then "--ssl" else ""
|
||||
} --auth ${cfg.authMode} --rtsocket ${cfg.rpcSocket} --allowedpath ${cfg.downloadDir}";
|
||||
} --auth ${cfg.authMode} --rtsocket ${cfg.rpcSocket} --allowedpath ${cfg.downloadDir}";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -53,14 +53,6 @@ in
|
|||
type = lib.types.submodule {
|
||||
freeformType = settingsFormat.type;
|
||||
};
|
||||
# example = ''
|
||||
# global:
|
||||
# scrape_interval: 5s
|
||||
# scrape_configs:
|
||||
# - job_name: 'apache'
|
||||
# static_configs:
|
||||
# - targets: ['apache-exporter:9117']
|
||||
# '';
|
||||
description = ''
|
||||
Config for prometheus style metrics
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue