me like nix
0

Configure Feed

Select the types of activity you want to include in your feed.

remove invidious

author
Sean Aye
date (Mar 22, 2026, 8:03 PM -0400) commit 457f7412 parent 24e32d1a change-id vyolxpzw
-31
-31
hosts/mira/configuration.nix
··· 504 504 }; 505 505 }; 506 506 507 - # Invidious (self-hosted YouTube frontend for Kodi addon) 508 - services.invidious = { 509 - enable = false; 510 - port = 3001; 511 - address = "0.0.0.0"; 512 - database.port = 5433; 513 - settings = { 514 - registration_enabled = false; 515 - local = true; 516 - invidious_companion = [ 517 - { 518 - private_url = "http://127.0.0.1:8282/companion"; 519 - } 520 - ]; 521 - invidious_companion_key = "k9x2mP4qR7wL3nYz"; 522 - }; 523 - }; 524 - 525 - # Invidious Companion (replaces deprecated inv-sig-helper) 526 - virtualisation.oci-containers.containers.invidious-companion = { 527 - image = "quay.io/invidious/invidious-companion:latest"; 528 - ports = [ "127.0.0.1:8282:8282" ]; 529 - environment = { 530 - SERVER_SECRET_KEY = "k9x2mP4qR7wL3nYz"; 531 - }; 532 - extraOptions = [ 533 - "--read-only" 534 - "--cap-drop=ALL" 535 - ]; 536 - }; 537 507 538 508 # NVIDIA needs GBM/EGL env vars for cage (wlroots) to initialize GPU on greetd restart 539 509 services.greetd.settings.default_session.command = lib.mkOverride 49 ··· 618 588 8096 # jellyfin 619 589 5055 # jellyseer 620 590 3000 # vite dev port 621 - 3001 # Invidious 622 591 1883 # MQTT for Tasmota devices 623 592 2300 # trmnl 624 593 5000 # Frigate web UI