This commit is contained in:
2023-02-24 14:18:10 -05:00
parent 5c60ce77ef
commit 6c49ff2700

View File

@@ -8,7 +8,7 @@
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.ppth}";
"secret" = "${config.sops.secrets.discogs_secret.path}";
};