feat/newsreader-rsshub-miniflux
X killed guest API access and now prices reads at $0.005 each with no free tier, so the only workable personal news reader is a scraping bridge fed by a burner account's session cookie. RSSHub turns X accounts, lists and keyword searches into RSS on loopback; Miniflux is the reader, exposed on the LAN and registered with homepage. Both secrets live outside the Nix store as root-owned EnvironmentFiles. Note: the packaged RSSHub reads TWITTER_AUTH_TOKEN — the username/password login that upstream docs still describe is commented out in that build. Co-Authored-By: Claude Opus 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%