Test spotify deployment
This commit is contained in:
parent
527cd95272
commit
b22f0fc72b
1 changed files with 6 additions and 0 deletions
|
|
@ -167,6 +167,7 @@ with lib; {
|
|||
};
|
||||
};
|
||||
};
|
||||
smartd.enable = true;
|
||||
sonarr = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
|
|
@ -346,6 +347,7 @@ with lib; {
|
|||
http = {
|
||||
use_x_forwarded_for = true;
|
||||
trusted_proxies = [ "172.23.4.159" "::1" "127.0.0.1" ];
|
||||
base_url = "https://home-assistant.bertof.net";
|
||||
};
|
||||
|
||||
cloud = { };
|
||||
|
|
@ -366,6 +368,10 @@ with lib; {
|
|||
mobile_app = { };
|
||||
recorder.purge_keep_days = 30;
|
||||
shopping_list = { };
|
||||
spotify = {
|
||||
client_id = "!secret spotify_client_id";
|
||||
client_secret = "!secret spotify_client_secret";
|
||||
};
|
||||
sun = { };
|
||||
sun = { };
|
||||
system_health = { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue