⬆️ version bump

This commit is contained in:
James Walker 2022-10-12 21:09:56 -04:00
parent 84244a77d9
commit 73c6d731e1
Signed by: walkah
GPG Key ID: 3C127179D6086E93
2 changed files with 7 additions and 7 deletions

View File

@ -110,11 +110,11 @@
"utils": "utils_2"
},
"locked": {
"lastModified": 1665271265,
"narHash": "sha256-4Nn0T5YoR3bBLFnPy6Tkc8zzmzMTBjSGZq05c5hKhEI=",
"lastModified": 1665616261,
"narHash": "sha256-7B6wIsgfuKhcRn8/91mDU0WsOmy996K472oVeqK06EU=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "e1f1160284198a68ea8c7fffbbb1436f99e46ef9",
"rev": "2d8e5a99343fc7df3ba7a512ea59a98b75166974",
"type": "github"
},
"original": {
@ -189,11 +189,11 @@
},
"nixpkgs_3": {
"locked": {
"lastModified": 1665296151,
"narHash": "sha256-uOB0oxqxN9K7XGF1hcnY+PQnlQJ+3bP2vCn/+Ru/bbc=",
"lastModified": 1665483364,
"narHash": "sha256-sisuhAPPjYB92YlcyoVEcTh5teuAkL9NW8UVexRsfoo=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "14ccaaedd95a488dd7ae142757884d8e125b3363",
"rev": "e0ed589d7422c1d7a1bdd1e81289e2428c6ec2a3",
"type": "github"
},
"original": {

View File

@ -5,7 +5,7 @@
virtualisation.oci-containers = {
containers = {
home-assistant = {
image = "ghcr.io/home-assistant/home-assistant:2022.10.1";
image = "ghcr.io/home-assistant/home-assistant:2022.10.3";
volumes =
[ "/var/lib/hass:/config" "/etc/localtime:/etc/localtime:ro" ];
extraOptions = [ "--privileged" "--network=host" ];