14 lines
241 B
Nix
14 lines
241 B
Nix
{ config, pkgs, modulesPath, lib, ... }:
|
|
|
|
{
|
|
imports = [
|
|
../../templates/base.nix
|
|
../../secrets/shared-sops.nix
|
|
./networking.nix
|
|
./prometheus.nix
|
|
./grafana.nix
|
|
./loki.nix
|
|
./alertmanager.nix
|
|
./sops.nix
|
|
];
|
|
}
|