snowflake/hosts/yuki/services/default.nix
notohh bdee5b8619
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
hosts: init prometheus on hosts
2023-06-19 09:23:56 -04:00

14 lines
193 B
Nix

{...}: {
imports = [
./restic.nix
./traefik.nix
./kanboard.nix
./stash.nix
./searxng.nix
./homarr.nix
./dashdot.nix
./miniflux.nix
./prometheus.nix
];
}