fix: remove programs.gitsign (not available in nixpkgs 25.11)

This commit is contained in:
2026-06-16 19:06:11 -04:00
parent 820de72c0f
commit bcf924408b

View File

@@ -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;
};