From a7e068b3a75dff229f39f2186e0fbb2b6547946d Mon Sep 17 00:00:00 2001 From: James Walker Date: Fri, 8 Oct 2021 21:36:30 -0400 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20version=20updates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/plato/configuration.nix | 2 +- modules/home-assistant/default.nix | 2 +- nix/sources.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hosts/plato/configuration.nix b/hosts/plato/configuration.nix index 3242696..5b2cae6 100644 --- a/hosts/plato/configuration.nix +++ b/hosts/plato/configuration.nix @@ -48,7 +48,7 @@ in { home-manager.users.walkah = import "${dotfiles}/home.nix"; system.autoUpgrade.enable = false; - environment.systemPackages = with pkgs; [ weechat ]; + environment.systemPackages = with pkgs; [ docker-compose weechat ]; fileSystems."/mnt/downloads" = { device = "192.168.6.100:/volume1/Downloads"; diff --git a/modules/home-assistant/default.nix b/modules/home-assistant/default.nix index b6b4ca4..38b4f34 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:2021.9.7"; + image = "ghcr.io/home-assistant/home-assistant:2021.10.0"; volumes = [ "/var/lib/hass:/config" "/etc/localtime:/etc/localtime:ro" ]; extraOptions = [ "--privileged" "--network=host" ]; diff --git a/nix/sources.json b/nix/sources.json index 655e0a3..5a2f67c 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -5,10 +5,10 @@ "homepage": "https://nix-community.github.io/home-manager/", "owner": "nix-community", "repo": "home-manager", - "rev": "81ec2aed8a2438553c6689061eeb45a40883ec24", - "sha256": "049cnpb02hrca134d0h4w5z0hfchd4llfw310jlm0nfy1aasv02y", + "rev": "32285d8fe64138a41f1caed23d94f28529ea4eb4", + "sha256": "1jx2in2dxs3byss913d6xzd47z9xqnf6dml2gfhxvffygq521m91", "type": "tarball", - "url": "https://github.com/nix-community/home-manager/archive/81ec2aed8a2438553c6689061eeb45a40883ec24.tar.gz", + "url": "https://github.com/nix-community/home-manager/archive/32285d8fe64138a41f1caed23d94f28529ea4eb4.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, "niv": {