diff options
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"; |
