From 083dae99e093bfd4ee6b9bda36a64292f3bef2ec Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Sat, 3 May 2025 22:19:44 -0500 Subject: [PATCH] removed colored prints --- nixos/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/script.sh b/nixos/script.sh index 0abb8f7..10e67b5 100755 --- a/nixos/script.sh +++ b/nixos/script.sh @@ -35,7 +35,7 @@ function sops_add_host_to_key_groups() { # Use generated ssh key generate age key, and update sops # args: target_key function sops_generate_host_age_key() { - green "Generating an age key based on the new ssh_host_ed25519_key" + echo "Generating an age key based on the new ssh_host_ed25519_key" # Get the SSH key target_key="$1"