From 8113a29ad4c2b9bf051f00b92f32587a33368de3 Mon Sep 17 00:00:00 2001 From: James Walker Date: Mon, 24 Jan 2022 18:35:39 -0500 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20update=20everything?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/aristotle/configuration.nix | 5 +++-- modules/home-assistant/default.nix | 2 +- nix/sources.json | 12 ++++++------ 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/hosts/aristotle/configuration.nix b/hosts/aristotle/configuration.nix index 717167c..6084e8e 100644 --- a/hosts/aristotle/configuration.nix +++ b/hosts/aristotle/configuration.nix @@ -1,7 +1,8 @@ { config, pkgs, ... }: { - imports = [ # Include the results of the hardware scan. + imports = [ + # Include the results of the hardware scan. ./hardware-configuration.nix ./rpi-poe.nix @@ -14,7 +15,7 @@ # Use the extlinux boot loader. (NixOS wants to enable GRUB by default) boot.loader.grub.enable = false; # Enables the generation of /boot/extlinux/extlinux.conf - boot.loader.generic-extlinux-compatible.enable = true; + boot.loader.generic-extlinux-compatible.enable = false; boot.kernelPackages = pkgs.linuxPackages_rpi4; boot.loader.raspberryPi = { diff --git a/modules/home-assistant/default.nix b/modules/home-assistant/default.nix index 3a1c513..2334f73 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.12.8"; + image = "ghcr.io/home-assistant/home-assistant:2021.12.10"; 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 4807bef..0291701 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": "c751aeb19e84a0a777f36fd5ea73482a066bb406", - "sha256": "1awajq0378nki6yi593mgarqj6ndjqy6kgxqr9hvabcbrrqhwhng", + "rev": "c47c350f6518ed39c2a16e4fadf9137b6c559ddc", + "sha256": "1xh3jjygvicjwkd5l511zfsgknqxgvv47ka7s69jzsvgkxw60rx6", "type": "tarball", - "url": "https://github.com/nix-community/home-manager/archive/c751aeb19e84a0a777f36fd5ea73482a066bb406.tar.gz", + "url": "https://github.com/nix-community/home-manager/archive/c47c350f6518ed39c2a16e4fadf9137b6c559ddc.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, "niv": { @@ -29,10 +29,10 @@ "homepage": "", "owner": "NixOS", "repo": "nixpkgs", - "rev": "77fda7f672726e1a95c8cd200f27bccfc86c870b", - "sha256": "07qj1d45pkqsmkahbhh7hilwwbvg8vlz1wg497hzjrlx1a57v4y5", + "rev": "8ca77a63599ed951d6a2d244c1d62092776a3fe1", + "sha256": "11yc4lnp24x7mkn495impsx6rcmmc5m4ym44yjqihvpdz9yb0w9d", "type": "tarball", - "url": "https://github.com/NixOS/nixpkgs/archive/77fda7f672726e1a95c8cd200f27bccfc86c870b.tar.gz", + "url": "https://github.com/NixOS/nixpkgs/archive/8ca77a63599ed951d6a2d244c1d62092776a3fe1.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, "sops-nix": {