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

fix(home-assistant): remove unnecessary python3Packages

This commit is contained in:
oddlama 2023-04-17 17:06:33 +02:00
parent 3730ae7cf7
commit 4898c48c25
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -14,6 +14,7 @@ in {
"met"
"esphome"
"fritzbox"
"soundtouch"
"spotify"
"zha"
"mqtt"
@ -45,6 +46,7 @@ in {
automation = {};
backup = {};
bluetooth = {};
#cloud = {};
config = {};
#conversation = {};
counter = {};
@ -56,7 +58,6 @@ in {
hardware = {};
history = {};
homeassistant_alerts = {};
#cloud = {};
image_upload = {};
input_boolean = {};
input_button = {};
@ -86,12 +87,7 @@ in {
zeroconf = {};
zone = {};
};
extraPackages = python3Packages:
with python3Packages; [
psycopg2
securetar
libsoundtouch
];
extraPackages = python3Packages: with python3Packages; [psycopg2];
};
rekey.secrets."home-assistant-secrets.yaml" = {