snowflake/hosts/yuki/services/default.nix
notohh 667d99e2e9
yuki: remove homepage, add glance + komga
fmt jellyfin
update traefik

sops: remove homepage
2025-03-17 05:31:52 -04:00

16 lines
241 B
Nix

{...}: {
imports = [
./hass
./restic.nix
./traefik.nix
./stash.nix
./jellyfin.nix
./wallos.nix
./anki-sync-server.nix
./hoarder.nix
./immich.nix
./komga.nix
./glance.nix
# ./botoh.nix
];
}