8 lines
151 B
Nix
8 lines
151 B
Nix
{ config, pkgs, ... }:
|
|
{
|
|
imports = [
|
|
../../utils/modules/victoriametrics/default.nix
|
|
./postfix-exporter.nix
|
|
./dovecot-exporter.nix
|
|
];
|
|
} |