From d5403cc9fbc5b1c5f42994ff37f5077b6faca235 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Fri, 22 Aug 2025 22:13:33 +0000 Subject: [PATCH] Add binutils to all servers It gives me access to 'strings' which allows me to debug environment variables of running programs --- modules/system/base.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/system/base.nix b/modules/system/base.nix index 941c44b..52ee8a6 100644 --- a/modules/system/base.nix +++ b/modules/system/base.nix @@ -6,7 +6,11 @@ boot.tmp.cleanOnBoot = true; environment.systemPackages = map lib.lowPrio [ +<<<<<<< HEAD pkgs.cloud-init +======= + pkgs.binutils +>>>>>>> 3563d6b (Add binutils to all servers) pkgs.curl pkgs.dig pkgs.htop