Test spotify deployment

This commit is contained in:
Filippo Berto 2023-02-15 11:59:19 +01:00
parent 527cd95272
commit b22f0fc72b
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -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 = { };