feat: add zwift integration to home-assistant

This commit is contained in:
Nickolaj Jepsen 2026-01-20 00:22:18 +01:00
parent 04c85ec904
commit f1d4ea06fc
8 changed files with 47 additions and 13 deletions

View file

@ -108,4 +108,9 @@ in {
cookie-domain = ".${rootDomain}";
};
};
systemd.services.oauth2-proxy.serviceConfig = {
Restart = "always";
RestartSec = "5s";
};
})