summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/shack
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2020-02-19 14:43:44 +0100
committermakefu <github@syntax-fehler.de>2020-02-19 14:43:44 +0100
commit72d34fccb48e5a1c303db72e708f434225306fc9 (patch)
tree78354cab7d24f408974f2a3163d07b7023d78d6f /krebs/2configs/shack
parente5bf98defe33dd8c0cb12e36d4268c1344781f57 (diff)
shack/glados: use kiosk to say something, add picotts package
Diffstat (limited to 'krebs/2configs/shack')
-rw-r--r--krebs/2configs/shack/glados/automation/shack-startup.nix4
-rw-r--r--krebs/2configs/shack/glados/default.nix2
2 files changed, 3 insertions, 3 deletions
diff --git a/krebs/2configs/shack/glados/automation/shack-startup.nix b/krebs/2configs/shack/glados/automation/shack-startup.nix
index 10051d60..35314923 100644
--- a/krebs/2configs/shack/glados/automation/shack-startup.nix
+++ b/krebs/2configs/shack/glados/automation/shack-startup.nix
@@ -17,8 +17,8 @@ in
condition = "template";
value_template = "{{ trigger.from_state.state != 'No Keyholder' }}";
};
- #action = glados.say.lounge "Danke {{trigger.to_state.state}} für das Übernehmen des Keys von {{trigger.from_state.state}}";
- action = [];
+ action = glados.say.kiosk "Danke {{trigger.to_state.state}} für das Übernehmen des Keys von {{trigger.from_state.state}}";
+ # action = [];
}
{
diff --git a/krebs/2configs/shack/glados/default.nix b/krebs/2configs/shack/glados/default.nix
index 7abc55af..d8ee199c 100644
--- a/krebs/2configs/shack/glados/default.nix
+++ b/krebs/2configs/shack/glados/default.nix
@@ -39,7 +39,7 @@ in {
'';
})).override {
extraPackages = ps: with ps; [
- python-forecastio jsonrpc-async jsonrpc-websocket mpd2
+ python-forecastio jsonrpc-async jsonrpc-websocket mpd2 picotts
];
};
autoExtraComponents = true;