From 444acf2fb86478ef658918d0fe414d1afc039cef Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Sat, 31 Jan 2026 14:02:50 +0100 Subject: gpg key: use hex id --- basics/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'basics/default.nix') 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"; -- cgit v1.2.3