Compare commits
2 Commits
e6bad13cfd
...
642ecd8f26
Author | SHA1 | Date | |
---|---|---|---|
642ecd8f26 | |||
71a3bf24a0 |
@ -88,8 +88,6 @@ in
|
||||
zeroconf = { };
|
||||
};
|
||||
|
||||
configDir = "/etc/home-assistant";
|
||||
|
||||
extraComponents = [
|
||||
"air_quality"
|
||||
"airly"
|
||||
@ -273,6 +271,11 @@ in
|
||||
zeroconf
|
||||
];
|
||||
|
||||
customComponents = with pkgs; [
|
||||
hass-browser-mod
|
||||
ui-lovelace-minimalist
|
||||
];
|
||||
|
||||
customLovelaceModules = with pkgs.home-assistant-custom-lovelace-modules; [
|
||||
bubble-card
|
||||
button-card
|
||||
@ -283,8 +286,6 @@ in
|
||||
];
|
||||
};
|
||||
|
||||
systemd.services.home-assistant.preStart = lib.mkForce "";
|
||||
|
||||
modules.services.borgmatic.directories = [
|
||||
config.services.home-assistant.configDir
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user