snowflake/hosts/yuki/services/default.nix
notohh 5b6e91249f
All checks were successful
flake check / check (push) Successful in 4m9s
fmt check / check (push) Successful in 53s
yuki: add basic hass config
2024-01-16 22:50:24 -05:00

14 lines
185 B
Nix

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