diff --git a/flake.lock b/flake.lock index d8d86f2..706361a 100644 --- a/flake.lock +++ b/flake.lock @@ -110,11 +110,11 @@ "utils": "utils_2" }, "locked": { - "lastModified": 1659398318, - "narHash": "sha256-5wovS14I/DNXwfiMP402Ut2kxI58CO1wD943fboWMDw=", + "lastModified": 1659484873, + "narHash": "sha256-6VoPiGyDdjBHOJ3IpS24lY1lrDiOHeuEefOFI0qz3WE=", "owner": "nix-community", "repo": "home-manager", - "rev": "77648a07e459adff69b2c4033a77b2cababb5843", + "rev": "d8d9ff0b2df77defa10375c6665b51f0251c34d6", "type": "github" }, "original": { @@ -189,11 +189,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1659375087, - "narHash": "sha256-6KeFtLofaF6J3R1W+FkqPcYB0i1pCKl0QB8DTBE8toA=", + "lastModified": 1659606041, + "narHash": "sha256-W4/u2ssr3fS4XOtltrsDD9w2kF4jYYZr6JyPGUW2jdI=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "07c6ff07ce85fde644679aa36560ee67404b2804", + "rev": "5f9b871b72b24f066b1a1e189efd0669f2888c49", "type": "github" }, "original": { diff --git a/modules/home-assistant/default.nix b/modules/home-assistant/default.nix index 99e2602..b0c06c3 100644 --- a/modules/home-assistant/default.nix +++ b/modules/home-assistant/default.nix @@ -5,7 +5,7 @@ virtualisation.oci-containers = { containers = { home-assistant = { - image = "ghcr.io/home-assistant/home-assistant:2022.7.7"; + image = "ghcr.io/home-assistant/home-assistant:2022.8.1"; volumes = [ "/var/lib/hass:/config" "/etc/localtime:/etc/localtime:ro" ]; extraOptions = [ "--privileged" "--network=host" ];