nixos-config/modules/nixos/services/homeserver/default.nix
wo2wz 63854f7d70 grafana: init
i love (not so) pointless numbers and graphsgit add modules/nixos/services/homeserver/grafana.nix! dopaminegit add modules/nixos/services/homeserver/grafana.nix!
2025-11-04 20:10:07 -05:00

18 lines
257 B
Nix
Executable file

{ config, ... }:
{
imports = [
./caddy.nix
./cloudflared.nix
./grafana.nix
./kanidm.nix
./nextcloud.nix
./ntfy.nix
./restic.nix
./sops.nix
./uptime-kuma.nix
./vaultwarden.nix
./zed.nix
./zipline.nix
];
}