feat: Update homeassistant to latest

This commit is contained in:
uttarayan21
2025-08-15 14:53:24 +05:30
parent f2bcb15c3a
commit 40c4d186dc
3 changed files with 4 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
{...}: {
{config, ...}: {
services = {
hardware.openrgb.enable = true;
};
networking.firewall.allowedTCPPorts = [config.services.hardware.openrgb.server.port];
}