alpha
Login
or
Join now
seanaye.bsky.social
/
nixos-config
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
me like nix
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
remove invidious
author
Sean Aye
date
3 months ago
(Mar 22, 2026, 8:03 PM -0400)
commit
457f7412
457f74121a837419d25fe0d883796e1791a0c540
parent
24e32d1a
24e32d1ab9ea35ace6727dc70b75f24cbde9bfae
change-id
vyolxpzw
vyolxpzwrzqxqznxxroqwtzlnkzqpkzz
-31
1 changed file
Expand all
Collapse all
Unified
Split
hosts
mira
configuration.nix
-31
hosts/mira/configuration.nix
Reviewed
···
504
504
};
505
505
};
506
506
507
507
-
# Invidious (self-hosted YouTube frontend for Kodi addon)
508
508
-
services.invidious = {
509
509
-
enable = false;
510
510
-
port = 3001;
511
511
-
address = "0.0.0.0";
512
512
-
database.port = 5433;
513
513
-
settings = {
514
514
-
registration_enabled = false;
515
515
-
local = true;
516
516
-
invidious_companion = [
517
517
-
{
518
518
-
private_url = "http://127.0.0.1:8282/companion";
519
519
-
}
520
520
-
];
521
521
-
invidious_companion_key = "k9x2mP4qR7wL3nYz";
522
522
-
};
523
523
-
};
524
524
-
525
525
-
# Invidious Companion (replaces deprecated inv-sig-helper)
526
526
-
virtualisation.oci-containers.containers.invidious-companion = {
527
527
-
image = "quay.io/invidious/invidious-companion:latest";
528
528
-
ports = [ "127.0.0.1:8282:8282" ];
529
529
-
environment = {
530
530
-
SERVER_SECRET_KEY = "k9x2mP4qR7wL3nYz";
531
531
-
};
532
532
-
extraOptions = [
533
533
-
"--read-only"
534
534
-
"--cap-drop=ALL"
535
535
-
];
536
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
621
-
3001 # Invidious
622
591
1883 # MQTT for Tasmota devices
623
592
2300 # trmnl
624
593
5000 # Frigate web UI