From 9f901f7a30ec5b05f567bd317ed6e1e3018bb94b Mon Sep 17 00:00:00 2001 From: "Chris (wolcen) Thompson" Date: Wed, 24 Sep 2025 10:30:06 -0400 Subject: [PATCH] Add ansible (mostly for diffs and vault editing) --- hosts/default/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index b7f725e..1c74636 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -235,6 +235,7 @@ in # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ + ansible # automation/software-defined-configuration tool binutils # gnu bin utils # conda # python environment management uv # alternative for python env management...