(T)im's N(ix) Flake, Multi-Host Configurations for all of my machines! 74k1.sh/
nixos nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(multi-scrobbler): add tealfm client

74k1 a6ad1a8a d105eb42

+17 -2
+17 -2
modules/nixos/daemons/multi-scrobbler/default.nix
··· 48 48 }; 49 49 }; 50 50 51 + tealfm = { 52 + name = "tealfm_client"; 53 + configureAs = "client"; 54 + data = { 55 + identifier = "[[TIX_TEALFM_ID]]"; 56 + appPassword = "[[TIX_TEALFM_APP_PASS]]"; 57 + }; 58 + }; 59 + 51 60 # Sources 52 61 spotify = { 53 62 name = "spotify"; 54 - clients = [ "lastfm_client" ]; 63 + clients = [ 64 + "lastfm_client" 65 + "tealfm_client" 66 + ]; 55 67 data = { 56 68 clientId = "[[TIX_SPOTIFY_CLIENT_ID]]"; 57 69 clientSecret = "[[TIX_SPOTIFY_CLIENT_SECRET]]"; ··· 62 74 63 75 plex = { 64 76 name = "plex"; 65 - clients = [ "lastfm_client" ]; 77 + clients = [ 78 + "lastfm_client" 79 + "tealfm_client" 80 + ]; 66 81 data = { 67 82 url = "http://192.168.1.100:32400"; 68 83 token = "[[TIX_PLEX_TOKEN]]";
secrets/multi-scrobbler_env.age

This is a binary file and will not be displayed.

secrets/rekeyed/eiri/a34aeb6c81c92e9e24f44a7b0502d9ef-multi-scrobbler_env.age

This is a binary file and will not be displayed.

secrets/rekeyed/eiri/dc38266684c46d8a8605bd507cd943b8-multi-scrobbler_env.age

This is a binary file and will not be displayed.