From 4b7491c58f1185ebd5849f87c968803f8b325758 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Wed, 18 Feb 2026 09:29:09 -0800 Subject: [PATCH] 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 --- nixos/ringtail/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/ringtail/configuration.nix b/nixos/ringtail/configuration.nix index 53ea077..c518ddc 100644 --- a/nixos/ringtail/configuration.nix +++ b/nixos/ringtail/configuration.nix @@ -100,6 +100,7 @@ # System packages environment.systemPackages = with pkgs; [ git + python3 # required for Ansible vim htop curl