nixberry: update flake and activate HA
This commit is contained in:
parent
0b21525bd3
commit
6a58267d10
3 changed files with 9 additions and 10 deletions
14
flake.lock
generated
14
flake.lock
generated
|
|
@ -1316,11 +1316,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1763932347,
|
"lastModified": 1764862811,
|
||||||
"narHash": "sha256-iVYe1R0hyW2qQirRDGN/OszEDsbOLTJwLZ8Z3TIkV+U=",
|
"narHash": "sha256-6WdRPoiyfSdkl48ptugsEXXMsYL3OO5HfNly4ZL0a5Q=",
|
||||||
"owner": "Daholli",
|
"owner": "Daholli",
|
||||||
"repo": "nixos-raspberrypi",
|
"repo": "nixos-raspberrypi",
|
||||||
"rev": "f5f300c3109104f8bcc177d08ecbae14110c90db",
|
"rev": "65a8f92f34d009f5b1ca9077ec6f3cebb64f49dd",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -1431,16 +1431,16 @@
|
||||||
},
|
},
|
||||||
"nixpkgs-rpi": {
|
"nixpkgs-rpi": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1764510468,
|
"lastModified": 1764617226,
|
||||||
"narHash": "sha256-j/hYkqr6vrZofAYcc8stM5J/ATZEvcaVWC17o6aOcqM=",
|
"narHash": "sha256-TW8wiEQKPcM8PYHDXVQBnfDpUU9wAJ8k1VG4GmWOqUA=",
|
||||||
"owner": "nvmd",
|
"owner": "nvmd",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "970b05ab28431feec8211c35251a9e88cdd3c20d",
|
"rev": "dc1316368de5ac244a82101cfcd91d661da2ac40",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "nvmd",
|
"owner": "nvmd",
|
||||||
"ref": "modules-with-keys-25.05",
|
"ref": "modules-with-keys-25.11",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@
|
||||||
url = "github:Daholli/nixos-raspberrypi/develop";
|
url = "github:Daholli/nixos-raspberrypi/develop";
|
||||||
inputs.nixpkgs.follows = "nixpkgs-rpi";
|
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 = {
|
nixos-images = {
|
||||||
url = "github:nvmd/nixos-images/sdimage-installer";
|
url = "github:nvmd/nixos-images/sdimage-installer";
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
services.home-assistant = {
|
services.home-assistant = {
|
||||||
enable = false;
|
enable = true;
|
||||||
configWritable = true;
|
configWritable = true;
|
||||||
extraComponents = [
|
extraComponents = [
|
||||||
"default_config"
|
"default_config"
|
||||||
|
|
@ -18,7 +18,6 @@
|
||||||
|
|
||||||
customComponents = with pkgs.home-assistant-custom-components; [
|
customComponents = with pkgs.home-assistant-custom-components; [
|
||||||
smartthinq-sensors
|
smartthinq-sensors
|
||||||
sleep_as_android
|
|
||||||
];
|
];
|
||||||
|
|
||||||
extraPackages =
|
extraPackages =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue