general: update gpg/ssh keys and remove public_files from repo

This commit is contained in:
Fabian Montero 2025-08-29 00:38:22 -06:00
parent e62691fbda
commit f8c530203c
Signed by untrusted user: fabian
GPG key ID: 3EDA9AE3937CCDE3
13 changed files with 6 additions and 63 deletions

View file

@ -12,7 +12,7 @@ in {
defaultKey = mkOption {
type = types.str;
description = "fingerprint of default public key to be used in gpg, git, email, etc.";
example = "7AA277E604A4173916BBB4E91FFAC35E1798174F";
example = "A8981D346F8F4130CA16A7775517E687FCCE0BB9";
};
};
config = mkIf cfg.enable {