nixberry: update flake and activate HA

This commit is contained in:
Christoph Hollizeck 2025-12-04 17:03:20 +01:00
parent 0b21525bd3
commit 6a58267d10
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
3 changed files with 9 additions and 10 deletions

14
flake.lock generated
View file

@ -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"
}

View file

@ -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";

View file

@ -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 =