mirror of
https://github.com/sstent/vmimages.git
synced 2026-01-25 14:41:44 +00:00
sync
This commit is contained in:
@@ -7,8 +7,8 @@
|
|||||||
|
|
||||||
home-manager.users."sstent" = {
|
home-manager.users."sstent" = {
|
||||||
xdg.configFile."beets/discogs_token.test".text = builtins.toJSON {
|
xdg.configFile."beets/discogs_token.test".text = builtins.toJSON {
|
||||||
"token" = ${config.sops.secrets.discogs_token};
|
"token" = "${config.sops.secrets.discogs_token}";
|
||||||
"secret" = ${config.sops.secrets.discogs_secret};
|
"secret" = "${config.sops.secrets.discogs_secret}";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user