mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +01:00
victoriametrics: Init module
This commit is contained in:
parent
39edb229af
commit
aa0aed3ad2
2 changed files with 36 additions and 1 deletions
|
|
@ -33,7 +33,6 @@ in
|
|||
services.victorialogs = {
|
||||
enable = true;
|
||||
package = pkgs-unstable.victorialogs;
|
||||
|
||||
listenAddress = "localhost:${builtins.toString cfg.port}";
|
||||
extraOptions = [ "-retention.maxDiskSpaceUsageBytes=${cfg.maxDiskSpaceUsage}" ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue