7bfbf4de9a7735a8797e5f557ccce8ee5e7817e0
Spec for packaging the Alexa Media Player HACS component declaratively on jupiter (HA -> Echo: TTS/announce, media, sensors). Requires bumping alexapy 1.29.22 -> 1.29.25 and packaging dictor 0.1.12 (absent from nixpkgs) to satisfy the manifest's exact requirement pins. Alexa -> HA voice control is explicitly deferred. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RCn8YgGQMGpauatdeTdQYf
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%