84cec9e935ba13554072ce8c5569e10dec2c67ae
Jupiter's Intel iGPU is configured at the OS level but Jellyfin has no access to it, so transcodes run on CPU only and stutter. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Private NixOS Configuration
Structure
.
├── images # custom image generations
├── machines # machine definitions
├── modules # own nix-options, to modularize services/hardware/...
├── overlays # overlays
├── pkgs # own packages, which are not available in nixpkgs
└── environments # summarize module collections into single options
Commands
# Rebuild (switch/boot/test)
sudo nixos-rebuild switch --flake '.#jupiter'
# Update Flake
nix flake update
# Channel list
sudo nix-channel --list
# Channel update
sudo nix-channel --update
Description
Languages
Nix
100%