feat: Update homeassistant to latest
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{...}: {
|
||||
{config, ...}: {
|
||||
services = {
|
||||
hardware.openrgb.enable = true;
|
||||
};
|
||||
networking.firewall.allowedTCPPorts = [config.services.hardware.openrgb.server.port];
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
virtualisation.oci-containers = {
|
||||
containers = {
|
||||
homeassistant = {
|
||||
image = "ghcr.io/home-assistant/home-assistant:stable";
|
||||
image = "ghcr.io/home-assistant/home-assistant:latest";
|
||||
volumes = [
|
||||
"/var/lib/homeassistant:/config"
|
||||
"/etc/localtime:/etc/localtime:ro"
|
||||
|
||||
@@ -12,8 +12,6 @@
|
||||
home-manager.enable = true;
|
||||
bash = {
|
||||
enable = true;
|
||||
settings = {
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -51,7 +49,7 @@
|
||||
_1password-cli
|
||||
just
|
||||
];
|
||||
home.file.".ssh/rc".text = ''
|
||||
file.".ssh/rc".text = ''
|
||||
export PATH="/nix/var/nix/profiles/default/bin:$PATH"
|
||||
'';
|
||||
activation.tailscale-service = let
|
||||
|
||||
Reference in New Issue
Block a user