diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2026-01-31 14:02:50 +0100 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2026-01-31 14:02:50 +0100 |
| commit | 444acf2fb86478ef658918d0fe414d1afc039cef (patch) | |
| tree | 9003d11b4776b88114aeb0f74e2db07d65794ed4 /basics/default.nix | |
| parent | 007051ec2f975f95d53274f2d68c97504823e267 (diff) | |
gpg key: use hex id
Diffstat (limited to 'basics/default.nix')
| -rw-r--r-- | basics/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/basics/default.nix b/basics/default.nix index b976772..2c9f6eb 100644 --- a/basics/default.nix +++ b/basics/default.nix @@ -43,8 +43,7 @@ in ) { } keys; }; in - getKeyFiles "pgp" [ "DFC1660846EEA97C059F18534EF515441E635D36" ] - // getKeyFiles "ssh" [ "qaristote@latitude-7490" ]; + getKeyFiles "pgp" [ "0x4EF515441E635D36" ] // getKeyFiles "ssh" [ "qaristote@latitude-7490" ]; name = { first = "Quentin"; last = "Aristote"; |
