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: fabian
GPG key ID: 3EDA9AE3937CCDE3
13 changed files with 6 additions and 63 deletions

View file

@ -32,7 +32,7 @@ with lib; {
users.fabian = {
enable = true;
sshKeyPublicFile = [public_files/pki/fabian.ssh];
sshKeyPublicFile = [pki/id_ed25519.pub]; # move this out someday
};
};