i love (not so) pointless numbers and graphsgit add modules/nixos/services/homeserver/grafana.nix! dopaminegit add modules/nixos/services/homeserver/grafana.nix!
18 lines
257 B
Nix
Executable file
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
|
|
];
|
|
}
|