Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.37 KB

README.md

File metadata and controls

25 lines (14 loc) · 1.37 KB

hyprjellynix

my poor quality configuration.nix to (probably) turn any base nix install into a jellyfin client box. I am currently using this with beelink mini s12's and amazon firestick remotes. https://www.amazon.ca/gp/product/B08XBVXNFP?th=1

Just do a normal nixos install witho automatic user login then put this in for your configuration.nix in /etc/nixos/ and make a few changes:

sudo nix-channel --update

  • then do a nixos-rebuild switch then reboot if it works and watch hyprland autologin and start jellyfin-media-player and jellyfin-mpv-shim after 30 seconds

You may have to adjust the audio in the jellyfin settings to point to the right HDMI device (I certainly did).

Anyways, I'm a total nixos noob so please point out where I screwed this up.