mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2024-11-27 05:11:30 +00:00
enable load reader
This commit is contained in:
parent
a6c77584c2
commit
24b477c7fc
|
@ -25,6 +25,7 @@ in {
|
|||
enable = true;
|
||||
port = 9003;
|
||||
listenAddress = "127.0.0.1";
|
||||
extraOptions = [ "--enable_load_reader=true" ];
|
||||
};
|
||||
services.prometheus = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue