This commit is contained in:
2023-02-24 14:09:23 -05:00
parent 09e942dd14
commit 8f1cdb3fcd

View File

@@ -7,8 +7,8 @@
home-manager.users."sstent" = {
xdg.configFile."beets/discogs_token.test".text = builtins.toJSON {
"token" = config.sops.secrets.discogs.token.path;
"secret" = config.sops.secrets.discogs.secret.path;
"token" = config.sops.secrets.discogs_token.path;
"secret" = config.sops.secrets.discogs_secret.path;
};