🆙 versions

This commit is contained in:
James Walker 2021-12-27 22:07:51 -05:00
parent 5860ccfbaa
commit b0d60905ab
Signed by: walkah
GPG Key ID: 3C127179D6086E93
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -5,10 +5,10 @@
"homepage": "https://nix-community.github.io/home-manager/",
"owner": "nix-community",
"repo": "home-manager",
"rev": "48f2b381dd397ec88040d3354ac9c036739ba139",
"sha256": "1i9v94brh9vhyhzcqyfj64nzhaibdj0sw74pxgk4bcsp0hqawgcd",
"rev": "0b197562ab7bf114dd5f6716f41d4b5be6ccd357",
"sha256": "0b1xp5l0xgfsy1qy7w79i3q6y79w3jx39wxlr23ckc8ccia5d5qp",
"type": "tarball",
"url": "https://github.com/nix-community/home-manager/archive/48f2b381dd397ec88040d3354ac9c036739ba139.tar.gz",
"url": "https://github.com/nix-community/home-manager/archive/0b197562ab7bf114dd5f6716f41d4b5be6ccd357.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"niv": {