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 = { services = {
hardware.openrgb.enable = true; hardware.openrgb.enable = true;
}; };
networking.firewall.allowedTCPPorts = [config.services.hardware.openrgb.server.port];
} }

View File

@@ -7,7 +7,7 @@
virtualisation.oci-containers = { virtualisation.oci-containers = {
containers = { containers = {
homeassistant = { homeassistant = {
image = "ghcr.io/home-assistant/home-assistant:stable"; image = "ghcr.io/home-assistant/home-assistant:latest";
volumes = [ volumes = [
"/var/lib/homeassistant:/config" "/var/lib/homeassistant:/config"
"/etc/localtime:/etc/localtime:ro" "/etc/localtime:/etc/localtime:ro"

View File

@@ -12,8 +12,6 @@
home-manager.enable = true; home-manager.enable = true;
bash = { bash = {
enable = true; enable = true;
settings = {
};
}; };
}; };
@@ -51,7 +49,7 @@
_1password-cli _1password-cli
just just
]; ];
home.file.".ssh/rc".text = '' file.".ssh/rc".text = ''
export PATH="/nix/var/nix/profiles/default/bin:$PATH" export PATH="/nix/var/nix/profiles/default/bin:$PATH"
''; '';
activation.tailscale-service = let activation.tailscale-service = let