7a1b0541c2ec296b42dbb5466218b5564ac298a2
Enable the apple_tv (pyatv) and tuya (SmartLife cloud) components on jupiter. Tuya covers the Unistyle WLAN irrigation computer; both are config-flow integrations paired through the HA web UI. Co-Authored-By: Claude Opus 4.8 <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%