add victoriametrics

This commit is contained in:
Vivian 2021-12-02 16:34:48 +01:00
parent 05e84cf6fa
commit a427307797
6 changed files with 92 additions and 46 deletions

View file

@ -3,10 +3,8 @@
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, ... }:
let
vs = config.vault-secrets.secrets;
in
{
let vs = config.vault-secrets.secrets;
in {
imports = [ ];
networking.hostName = "minio";