add spotify secrets
This commit is contained in:
parent
6dbeec423d
commit
ce20d1614f
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@
|
|||
caddy_config = {
|
||||
email = "<email for certificate generation>";
|
||||
};
|
||||
spotify = {
|
||||
username = "spotify email";
|
||||
password = "spotify password";
|
||||
};
|
||||
users = {
|
||||
root.hashedPassword = "<password hash of root user>";
|
||||
primary = {
|
||||
|
|
Loading…
Reference in a new issue