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