snowflake/hosts/yuki/services/default.nix
notohh 440ed18545
Some checks are pending
flake check / check (push) Waiting to run
fmt check / check (push) Waiting to run
yuki: remove navidrome
2024-01-22 05:11:59 -05:00

13 lines
165 B
Nix

{...}: {
imports = [
./hass
./restic.nix
./traefik.nix
./stash.nix
./jellyfin.nix
./wallos.nix
./homepage.nix
./searxng.nix
];
}