From b22f0fc72bb2d3a7c32951e0fee73f6dd1cebe22 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Wed, 15 Feb 2023 11:59:19 +0100 Subject: [PATCH] Test spotify deployment --- loki/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/loki/configuration.nix b/loki/configuration.nix index dd90753..4fafdef 100644 --- a/loki/configuration.nix +++ b/loki/configuration.nix @@ -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 = { };