snowflake/hosts/yuki/services/default.nix
notohh 84e7c4bb1e
Some checks failed
ci/woodpecker/cron/flake-lock-update Pipeline failed
yuki: add botoh
2024-06-16 09:02:00 -04:00

18 lines
269 B
Nix

{...}: {
imports = [
./hass
./homepage
./restic.nix
./traefik.nix
./stash.nix
./jellyfin.nix
./wallos.nix
./searxng.nix
./anki-sync-server.nix
./paperless.nix
./hydroxide.nix
# ./twitch-miner.nix
./botoh.nix
];
}