laptop stuff

This commit is contained in:
Vivian 2022-09-26 17:17:27 +02:00
parent 157511dbfc
commit fa8d9031fb
10 changed files with 62 additions and 65 deletions

View file

@ -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}";
};
};

View file

@ -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
'';