summaryrefslogtreecommitdiffstats
path: root/2configs/ham/default.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2020-07-01 09:35:01 +0200
committermakefu <github@syntax-fehler.de>2020-07-01 09:40:46 +0200
commit2a25cb542cdaa7a2e662935f815a15a38a7c9c21 (patch)
tree825840f526bbbf230c5b780664070fcfe0d0d55f /2configs/ham/default.nix
parent69006cd474c0974a8bd42704dedb1d401405bcaf (diff)
ma ham/flycounter: init
Diffstat (limited to '2configs/ham/default.nix')
-rw-r--r--2configs/ham/default.nix9
1 files changed, 8 insertions, 1 deletions
diff --git a/2configs/ham/default.nix b/2configs/ham/default.nix
index 2db4ad4de..c7e8733b7 100644
--- a/2configs/ham/default.nix
+++ b/2configs/ham/default.nix
@@ -15,6 +15,7 @@ let
kurzzeitwecker = import ./multi/kurzzeitwecker.nix;
firetv_restart = import ./multi/firetv_restart.nix;
the_playlist = import ./multi/the_playlist.nix;
+ fliegen-counter = import ./multi/fliegen-couter.nix;
# switch
# automation
# binary_sensor
@@ -28,10 +29,13 @@ in {
services.home-assistant = {
package = (upkgs.home-assistant.overrideAttrs (old: {
+ doCheck = false;
+ checkPhase = ":";
+ installCheckPhase = ":";
})).override {
extraPackages = ps: with ps; [
python-forecastio jsonrpc-async jsonrpc-websocket mpd2 pkgs.picotts
- (ps.callPackage ./androidtv {})
+ (callPackage ./androidtv {})
];
};
config = {
@@ -48,6 +52,7 @@ in {
conversation = {};
history = {};
logbook = {};
+ counter = fliegen-counter.counter;
logger = {
default = "info";
};
@@ -138,6 +143,7 @@ in {
++ the_playlist.sensor
++ zigbee.sensor ;
frontend = { };
+ calendar = [ (import ./calendar/nextcloud.nix) ];
# light = flurlicht.light;
http = { };
switch = [];
@@ -146,6 +152,7 @@ in {
++ kurzzeitwecker.automation
#++ flurlicht.automation
++ the_playlist.automation
+ ++ fliegen-counter.automation
++ zigbee.automation;
script =
{ }