l hass: remove redundant dwdfsapi
This commit is contained in:
parent
c1bda245e7
commit
7081f38b07
@ -43,11 +43,9 @@ in {
|
||||
|
||||
services.home-assistant = {
|
||||
enable = true;
|
||||
package = (unstable.home-assistant.overrideAttrs (old: {
|
||||
package = unstable.home-assistant.overrideAttrs (old: {
|
||||
doInstallCheck = false;
|
||||
})).override {
|
||||
extraPackages = _: [ dwdwfsapi ];
|
||||
};
|
||||
});
|
||||
configWritable = true;
|
||||
lovelaceConfigWritable = true;
|
||||
config = let
|
||||
|
Loading…
Reference in New Issue
Block a user