add spotify secrets

This commit is contained in:
Adithya 2023-08-05 18:06:54 +05:30
parent 6dbeec423d
commit ce20d1614f
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -9,6 +9,10 @@
caddy_config = { caddy_config = {
email = "<email for certificate generation>"; email = "<email for certificate generation>";
}; };
spotify = {
username = "spotify email";
password = "spotify password";
};
users = { users = {
root.hashedPassword = "<password hash of root user>"; root.hashedPassword = "<password hash of root user>";
primary = { primary = {