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 = {
|
sonarr = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
|
|
@ -346,6 +347,7 @@ with lib; {
|
||||||
http = {
|
http = {
|
||||||
use_x_forwarded_for = true;
|
use_x_forwarded_for = true;
|
||||||
trusted_proxies = [ "172.23.4.159" "::1" "127.0.0.1" ];
|
trusted_proxies = [ "172.23.4.159" "::1" "127.0.0.1" ];
|
||||||
|
base_url = "https://home-assistant.bertof.net";
|
||||||
};
|
};
|
||||||
|
|
||||||
cloud = { };
|
cloud = { };
|
||||||
|
|
@ -366,6 +368,10 @@ with lib; {
|
||||||
mobile_app = { };
|
mobile_app = { };
|
||||||
recorder.purge_keep_days = 30;
|
recorder.purge_keep_days = 30;
|
||||||
shopping_list = { };
|
shopping_list = { };
|
||||||
|
spotify = {
|
||||||
|
client_id = "!secret spotify_client_id";
|
||||||
|
client_secret = "!secret spotify_client_secret";
|
||||||
|
};
|
||||||
sun = { };
|
sun = { };
|
||||||
sun = { };
|
sun = { };
|
||||||
system_health = { };
|
system_health = { };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue