diff --git a/flake.lock b/flake.lock index c4b2a0e..a13ee70 100644 --- a/flake.lock +++ b/flake.lock @@ -1316,11 +1316,11 @@ ] }, "locked": { - "lastModified": 1763932347, - "narHash": "sha256-iVYe1R0hyW2qQirRDGN/OszEDsbOLTJwLZ8Z3TIkV+U=", + "lastModified": 1764862811, + "narHash": "sha256-6WdRPoiyfSdkl48ptugsEXXMsYL3OO5HfNly4ZL0a5Q=", "owner": "Daholli", "repo": "nixos-raspberrypi", - "rev": "f5f300c3109104f8bcc177d08ecbae14110c90db", + "rev": "65a8f92f34d009f5b1ca9077ec6f3cebb64f49dd", "type": "github" }, "original": { @@ -1431,16 +1431,16 @@ }, "nixpkgs-rpi": { "locked": { - "lastModified": 1764510468, - "narHash": "sha256-j/hYkqr6vrZofAYcc8stM5J/ATZEvcaVWC17o6aOcqM=", + "lastModified": 1764617226, + "narHash": "sha256-TW8wiEQKPcM8PYHDXVQBnfDpUU9wAJ8k1VG4GmWOqUA=", "owner": "nvmd", "repo": "nixpkgs", - "rev": "970b05ab28431feec8211c35251a9e88cdd3c20d", + "rev": "dc1316368de5ac244a82101cfcd91d661da2ac40", "type": "github" }, "original": { "owner": "nvmd", - "ref": "modules-with-keys-25.05", + "ref": "modules-with-keys-25.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index ad06ea5..bf4f344 100644 --- a/flake.nix +++ b/flake.nix @@ -45,7 +45,7 @@ url = "github:Daholli/nixos-raspberrypi/develop"; inputs.nixpkgs.follows = "nixpkgs-rpi"; }; - nixpkgs-rpi.url = "github:nvmd/nixpkgs/modules-with-keys-25.05"; + nixpkgs-rpi.url = "github:nvmd/nixpkgs/modules-with-keys-25.11"; nixos-images = { url = "github:nvmd/nixos-images/sdimage-installer"; diff --git a/modules/hosts/nixberry/homeassistant.nix b/modules/hosts/nixberry/homeassistant.nix index 467dc1a..bdfe215 100644 --- a/modules/hosts/nixberry/homeassistant.nix +++ b/modules/hosts/nixberry/homeassistant.nix @@ -3,7 +3,7 @@ { pkgs, ... }: { services.home-assistant = { - enable = false; + enable = true; configWritable = true; extraComponents = [ "default_config" @@ -18,7 +18,6 @@ customComponents = with pkgs.home-assistant-custom-components; [ smartthinq-sensors - sleep_as_android ]; extraPackages =