Use git-crypt for Soundcloud API key

This commit is contained in:
2021-08-09 23:15:57 +01:00
parent 0aa1724bba
commit 38a2fd5eab
7 changed files with 8 additions and 17 deletions

View File

@@ -1,7 +1,4 @@
let
coolneng =
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC57m1j/G6iQyi2EpU3nj3+df5Z4PL/XbiOmDcqA7ODg";
in {
"soundcloud_api_key.age".publicKeys = [ coolneng ];
"wireguard.age".publicKeys = [ coolneng ];
}
in { "wireguard.age".publicKeys = [ coolneng ]; }