⬆️ version bump

This commit is contained in:
James Walker 2022-10-14 22:31:26 -04:00
parent 12ca785599
commit 8ba5e30ed3
Signed by: walkah
GPG Key ID: 3C127179D6086E93
2 changed files with 7 additions and 7 deletions

View File

@ -125,11 +125,11 @@
},
"nixos-hardware": {
"locked": {
"lastModified": 1665649208,
"narHash": "sha256-MDkPVG4W8gigJ8OxWDp9L6aKaEwLRV3As1RvKkMq0rc=",
"lastModified": 1665734422,
"narHash": "sha256-v8DMfRyFdulDyCCoOXak+oue1IgVBJZdSY1eXqdMRwQ=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "d92ed98c099ae731664fc526c348d609c4cffe04",
"rev": "c8c54d8f0af9f19ed6e929e60f0e1609b89b1240",
"type": "github"
},
"original": {
@ -189,11 +189,11 @@
},
"nixpkgs_3": {
"locked": {
"lastModified": 1665662969,
"narHash": "sha256-/3L0ThcDTC1RdE1AiG0tJrJoaySlNhGKw5KnagI+s68=",
"lastModified": 1665723124,
"narHash": "sha256-J1JY2cN0L+CNDSrGkNdbiTl2EFV8hpqqsDJFICsYSBw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "ba3860a10f7fd74227154aeb8625e267df312f8f",
"rev": "31d567846255e122846548255101980162bbf641",
"type": "github"
},
"original": {

View File

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