diff options
| author | Charles Roelli <charles@aurox.ch> | 2026-01-30 12:09:32 +0100 |
|---|---|---|
| committer | Charles Roelli <charles@aurox.ch> | 2026-01-30 12:09:32 +0100 |
| commit | ffc27e1f5f8306faf47098e8cf8e06c610a315de (patch) | |
| tree | 655dc871a257c517e0ae5ef369542862aab2642b | |
| parent | 8a66b6de04cd171f013922edd694bfb5f4f146e4 (diff) | |
Add subkey to .guix-authorizations
| -rw-r--r-- | .guix-authorizations | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.guix-authorizations b/.guix-authorizations index c4e59b4..785111b 100644 --- a/.guix-authorizations +++ b/.guix-authorizations @@ -1,4 +1,6 @@ (authorizations (version 0) (("7FD6 B094 1B34 68AE 6F19 04AE D3C9 09F4 ADEF 6FE2" - (name "adnoto")))) + (name "adnoto")) + ("59B6 65CB 5FC8 1C50 8144 5049 3EEC E33F 63F9 8864" + (name "adnoto-subkey")))) |
