1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

chore: damn you philips ac2889, you want the ☁️ but i forbid it

This commit is contained in:
oddlama 2025-01-28 21:51:10 +01:00
parent 35e8092484
commit 88b02ed0f3
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
3 changed files with 1 additions and 13 deletions

View file

@ -84,10 +84,6 @@ in
cidrv6 = "fd30::/64";
hosts.ward.id = 1;
hosts.sausebiene.id = 5;
hosts.philips-ac2889 = {
id = 21;
mac = globals.macs.scanner-ads-4300n;
};
hosts.bambulab-p1s = {
id = 22;
mac = globals.macs.bambulab-p1s;

View file

@ -48,19 +48,11 @@ in
"webostv" # LG WebOS TV
"whisper"
"wyoming"
"zha"
];
customComponents = with pkgs.home-assistant-custom-components; [
(pkgs.home-assistant.python.pkgs.callPackage ./hass-components/ha-bambulab.nix { })
(philips_airpurifier_coap.overrideAttrs (_: rec {
version = "0.34.0";
src = pkgs.fetchFromGitHub {
owner = "kongo09";
repo = "philips-airpurifier-coap";
rev = "v${version}";
hash = "sha256-jQXQdcgW8IDmjaHjmeyXHcNTXYmknNDw7Flegy6wj2A=";
};
}))
dwd
waste_collection_schedule
];

Binary file not shown.