System Gen86 @ 2025-07-24-20:32:00 by jonas@monolith

This commit is contained in:
2025-07-24 20:32:00 +02:00
parent 9a641f55cd
commit 680378e691
3 changed files with 38 additions and 21 deletions

View File

@@ -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