summaryrefslogtreecommitdiffstats
path: root/2configs/bureautomation/devices
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2019-04-04 09:50:16 +0200
committermakefu <github@syntax-fehler.de>2019-04-04 09:50:16 +0200
commitc4640031dd553dbb5e0bdc8a2739ac598a158981 (patch)
tree8fe25e14557581284aece3f2e04e31e739584c05 /2configs/bureautomation/devices
parent61606d06734039ca4df794c45899e0e8e6c4fa8b (diff)
ma bureautomation: remove faulty motion detector
Diffstat (limited to '2configs/bureautomation/devices')
-rw-r--r--2configs/bureautomation/devices/users.nix17
1 files changed, 17 insertions, 0 deletions
diff --git a/2configs/bureautomation/devices/users.nix b/2configs/bureautomation/devices/users.nix
new file mode 100644
index 000000000..305c0ca86
--- /dev/null
+++ b/2configs/bureautomation/devices/users.nix
@@ -0,0 +1,17 @@
+{
+ thorsten-phone = {
+ name = "Thorsten";
+ mac = "8c:f5:a3:bc:83:a0";
+ track = true;
+ hide_if_away = true;
+ };
+ felix-laptop = {
+ name = "Felix";
+ mac = "6c:88:14:b4:43:9c";
+ track = true;
+ hide_if_away = true;
+ };
+ # b0:e5:ed:52:ee:43 - honor8
+ # 38:94:96:b0:13:c7 - android-4ef03e4f4a14b6b9
+ # ac:5f:3e:cc:b8:5e - Galaxy S7
+}