snowflake/hosts/sakura/services/default.nix

14 lines
218 B
Nix

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