28b23fe9f2df38995022a5015c8cc68e99662493
Package the Sourdough Monitor HACS component declaratively via buildHomeAssistantComponent (pinned to v1.1.3), avoiding a HACS runtime. Config-flow based, so it's added through the HA UI after rebuild. No external pip deps; requires HA >= 2026.3.0 (have 2026.5.4). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NHApfYHvEmVLpsqkXdx4oq
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%