Add python3 to ringtail for Ansible compatibility

NixOS doesn't include Python by default. Ansible needs it on the
managed host for module execution.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-02-18 09:29:09 -08:00
commit 4b7491c58f

View file

@ -100,6 +100,7 @@
# System packages
environment.systemPackages = with pkgs; [
git
python3 # required for Ansible
vim
htop
curl