snowflake/hosts/yuki/services/default.nix
notohh 6e595b86d7
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
hosts: move jellyfin to yuki
2023-09-17 14:06:53 -04:00

11 lines
153 B
Nix

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