diff --git a/modules/home-manager/beets.nix b/modules/home-manager/beets.nix index 669f4f2..c19eb7f 100644 --- a/modules/home-manager/beets.nix +++ b/modules/home-manager/beets.nix @@ -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; };