feat: update to newest nixos + homebridge init

This commit is contained in:
s-prechtl 2025-12-02 16:21:14 +01:00
parent 0f94e6c361
commit f95f831f85
4 changed files with 58 additions and 43 deletions

View file

@ -0,0 +1,13 @@
{...}: {
services.homebridge = {
enable = true;
};
services.caddy = {
enable = true;
virtualHosts."homebridge.saberofxebec".extraConfig = ''
reverse_proxy :5353
tls internal
'';
};
}