secrets are hard

This commit is contained in:
Annika Merris 2024-05-12 11:06:32 -04:00
parent a7f18eab61
commit 0f3fa23b09
2 changed files with 18 additions and 8 deletions

View file

@ -121,14 +121,6 @@
};
# Install and setup spotifyd
sops.templates."spotifyd.conf".content = ''
[global]
username = "me@annikamerris.com"
password = "${config.sops.placeholder."spotifyd/settings/global/password"}"
use_mpris = true
device_name = "kim-nix"
device_type = "computer"
'';
systemd.user.services.spotifyd = {
Unit = {
Description = "spotify daemon";