mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2025-03-11 00:18:23 +01:00
10 lines
97 B
Nix
10 lines
97 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./prometheus
|
|
./grafana.nix
|
|
./loki.nix
|
|
];
|
|
}
|