From bcf924408bc39a45b7f266c850566c644deb857f Mon Sep 17 00:00:00 2001 From: Hermes Date: Tue, 16 Jun 2026 19:06:11 -0400 Subject: [PATCH] fix: remove programs.gitsign (not available in nixpkgs 25.11) --- hosts/uconsole-cm5/configuration.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/uconsole-cm5/configuration.nix b/hosts/uconsole-cm5/configuration.nix index c0c6fce..aac6f4f 100644 --- a/hosts/uconsole-cm5/configuration.nix +++ b/hosts/uconsole-cm5/configuration.nix @@ -20,8 +20,6 @@ users.ai-worker.main ]; - # Gitsign: sign git commits with age identity - programs.gitsign.enable = true; age.secrets.gortium_password = { file = ../secrets/gortium_password.age; };