mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
feat: add zwift integration to home-assistant
This commit is contained in:
parent
04c85ec904
commit
f1d4ea06fc
8 changed files with 47 additions and 13 deletions
|
|
@ -108,4 +108,9 @@ in {
|
|||
cookie-domain = ".${rootDomain}";
|
||||
};
|
||||
};
|
||||
|
||||
systemd.services.oauth2-proxy.serviceConfig = {
|
||||
Restart = "always";
|
||||
RestartSec = "5s";
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue