mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2026-05-28 17:21:12 +02:00
12 lines
138 B
Nix
12 lines
138 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./grafana.nix
|
|
./loki.nix
|
|
./prometheus
|
|
./scrutiny.nix
|
|
./uptime-kuma.nix
|
|
];
|
|
}
|