diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-03-18 14:15:11 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-03-18 14:15:11 +0100 |
commit | 15ba1286801750b81c61f7e064c2ee639050c5c4 (patch) | |
tree | 05fe371167b738f9dfe6d94b9dd44dc92a9c75dd |
Authorize the Guix channel
-rw-r--r-- | .guix-authorizations | 3 | ||||
-rw-r--r-- | .guix-channel | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/.guix-authorizations b/.guix-authorizations new file mode 100644 index 0000000..3b9942d --- /dev/null +++ b/.guix-authorizations @@ -0,0 +1,3 @@ +(authorizations (version 0) + ("590E 500F E39D 26B3 E60B 743B 6D81 B120 7711 899F" + (name "marekpasnikowski"))) diff --git a/.guix-channel b/.guix-channel new file mode 100644 index 0000000..972a216 --- /dev/null +++ b/.guix-channel @@ -0,0 +1,2 @@ +(channel (version 0) + (keyring-reference "keyring")) |