mirror of
https://github.com/sstent/vmimages.git
synced 2025-12-06 06:01:51 +00:00
sync
This commit is contained in:
@@ -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};
|
||||
"secret" = ${config.sops.secrets.discogs_secret};
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user