Add grafana #117

Merged
esy merged 7 commits from grafana into main 2024-05-21 02:50:42 +00:00
Showing only changes of commit 115535c386 - Show all commits

View file

@ -1,7 +1,7 @@
{lib, ...}: {lib, ...}:
with lib; let with lib; let
name = "grafana-server"; name = "grafana-server";
cfg = config.server.grafana; cfg = config.services.skynet.grafana;
in { in {
imports = [ imports = [
./acme.nix ./acme.nix