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 = {
|
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 = {
|
||||||
|
|
Loading…
Reference in a new issue