snowflake/hosts/sakura/services/default.nix
notohh a38d6f9846
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
sakura: readd grafana / formatting
2023-06-19 08:19:17 -04:00

15 lines
239 B
Nix

{...}: {
imports = [
./traefik.nix
./hugo.nix
./foundryvtt.nix
./forgejo.nix
./jellyfin.nix
./rustypaste.nix
./woodpecker.nix
./hedgedoc.nix
./dashdot.nix
./grafana.nix
./prometheus.nix
];
}