l hass: remove redundant dwdfsapi

This commit is contained in:
lassulus 2021-03-27 18:17:46 +01:00
parent c1bda245e7
commit 7081f38b07
1 changed files with 2 additions and 4 deletions

View File

@ -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