diff options
| author | Charles Roelli <charles@aurox.ch> | 2026-01-30 12:18:48 +0100 |
|---|---|---|
| committer | Charles Roelli <charles@aurox.ch> | 2026-01-30 12:18:48 +0100 |
| commit | 587392e21ea89af7e3eb78ba448f982384b4fdc8 (patch) | |
| tree | 6a037739b645844106b7a95eb45657fe5934abd2 | |
| parent | 3b0817600261c8c8f073bff95dbf8fac27af8299 (diff) | |
Use GPG subkey in channel introduction
Suddenly signatures with the subkey were no longer considered valid,
so let's use it directly instead.
| -rw-r--r-- | home-configuration.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home-configuration.scm b/home-configuration.scm index 8953adf..f9804c6 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -80,9 +80,9 @@ (url "https://codeberg.org/charlesroelli/channel.git") (introduction (make-channel-introduction - "d059076214e6cb8c00539649a43e603b7e9f2c90" + "ffc27e1f5f8306faf47098e8cf8e06c610a315de" (openpgp-fingerprint - "7FD6 B094 1B34 68AE 6F19 04AE D3C9 09F4 ADEF 6FE2"))))))) + "59B6 65CB 5FC8 1C50 8144 5049 3EEC E33F 63F9 8864"))))))) %base-home-services)))) %home-environment |
