From c8015dc799e1fe3413856880b4245bc3ba482df6 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Sun, 6 Jul 2025 15:36:16 -0700 Subject: [PATCH] base/base.nix: add python3 for Ansible usage --- base/base.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/base/base.nix b/base/base.nix index 4ec399f..305cfd9 100644 --- a/base/base.nix +++ b/base/base.nix @@ -77,6 +77,7 @@ in { borgbackup borgmatic grafana-alloy + python3 # For Ansible ]; # ========== Services ==========