System Gen86 @ 2025-07-24-20:32:00 by jonas@monolith
This commit is contained in:
@@ -17,12 +17,12 @@
|
||||
sopsFile = ../../secrets/monolith/wg.yaml;
|
||||
key = "privateKey";
|
||||
};
|
||||
sops.secrets.spotify-shortcuts-clientId = {
|
||||
sops.secrets.spotifyShortcutsClientId = {
|
||||
sopsFile = ../../secrets/spotify-shortcuts.yaml;
|
||||
key = "clientId";
|
||||
mode = "0644";
|
||||
};
|
||||
sops.secrets.spotify-shortcuts-clientSecret = {
|
||||
sops.secrets.spotifyShortcutsClientSecret = {
|
||||
sopsFile = ../../secrets/spotify-shortcuts.yaml;
|
||||
key = "clientSecret";
|
||||
mode = "0644";
|
||||
@@ -81,8 +81,8 @@
|
||||
};
|
||||
hive.programs.spotify-shortcuts = {
|
||||
enable = true;
|
||||
clientIdFile = config.sops.secrets.spotify-shortcuts-clientId.path;
|
||||
clientSecretFile = config.sops.secrets.spotify-shortcuts-clientSecret.path;
|
||||
clientIdSopsKey = config.sops.secrets.spotifyShortcutsClientId.name;
|
||||
clientSecretSopsKey = config.sops.secrets.spotifyShortcutsClientSecret.name;
|
||||
};
|
||||
|
||||
# system packages
|
||||
|
||||
Reference in New Issue
Block a user