mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat(zackbiene): add dnsmasq for isolated wifi, remove some default HA modules
This commit is contained in:
parent
8626fb3f24
commit
2421e2b817
3 changed files with 70 additions and 8 deletions
|
@ -38,11 +38,53 @@ in {
|
|||
manual = "!include manual.yaml";
|
||||
};
|
||||
};
|
||||
#frontend = {
|
||||
# themes = "!include_dir_merge_named themes";
|
||||
#};
|
||||
default_config = {};
|
||||
met = {};
|
||||
|
||||
#### only selected components from default_config ####
|
||||
|
||||
automation = {};
|
||||
backup = {};
|
||||
bluetooth = {};
|
||||
config = {};
|
||||
#conversation = {};
|
||||
counter = {};
|
||||
dhcp = {};
|
||||
energy = {};
|
||||
frontend = {
|
||||
#themes = "!include_dir_merge_named themes";
|
||||
};
|
||||
hardware = {};
|
||||
history = {};
|
||||
homeassistant_alerts = {};
|
||||
#cloud = {};
|
||||
image_upload = {};
|
||||
input_boolean = {};
|
||||
input_button = {};
|
||||
input_datetime = {};
|
||||
input_number = {};
|
||||
input_select = {};
|
||||
input_text = {};
|
||||
logbook = {};
|
||||
logger = {};
|
||||
map = {};
|
||||
#media_source = {};
|
||||
mobile_app = {};
|
||||
#my = {};
|
||||
network = {};
|
||||
person = {};
|
||||
schedule = {};
|
||||
scene = {};
|
||||
script = {};
|
||||
ssdp = {};
|
||||
stream = {};
|
||||
sun = {};
|
||||
system_health = {};
|
||||
tag = {};
|
||||
timer = {};
|
||||
#usb = {};
|
||||
webhook = {};
|
||||
zeroconf = {};
|
||||
zone = {};
|
||||
};
|
||||
extraPackages = python3Packages:
|
||||
with python3Packages; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue