mirror of
https://github.com/sstent/vmimages.git
synced 2026-02-15 11:51:59 +00:00
sync
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
# xdg.configFile."beets/discogs_token.test".source = config.sops.secrets.discogs_json.path;
|
# xdg.configFile."beets/discogs_token.test".source = config.sops.secrets.discogs_json.path;
|
||||||
# xdg.configFile."beets/discogs_token.test".source = config.lib.file.mkOutOfStoreSymlink "${config.sops.secrets.discogs_json.path}";
|
# xdg.configFile."beets/discogs_token.test".source = config.lib.file.mkOutOfStoreSymlink "${config.sops.secrets.discogs_json.path}";
|
||||||
home.activation = {
|
home.activation = {
|
||||||
beets = lib.hm.dag.entryAfter ["writeBoundary"] ''
|
beets = lib.homemanager.dag.entryAfter ["writeBoundary"] ''
|
||||||
set -x
|
set -x
|
||||||
echo "running activation script ..."
|
echo "running activation script ..."
|
||||||
ln -s /run/secrets/discogs_json ~/.config/beets/23
|
ln -s /run/secrets/discogs_json ~/.config/beets/23
|
||||||
|
|||||||
Reference in New Issue
Block a user