summaryrefslogtreecommitdiffstats
path: root/1systems/omo/hw
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-09-18 02:16:12 +0200
committermakefu <github@syntax-fehler.de>2018-09-18 02:16:12 +0200
commit2f03043e56ff95850c5cfc738a8accb73e23db89 (patch)
treea8484073021cfe76ab80b0616c000a7a93fba7d1 /1systems/omo/hw
parent1391d5c4d3a5d07a4c7e000e34b9a9c1c4bae98d (diff)
ma homeautomation: add mqtt broker with acl
Diffstat (limited to '1systems/omo/hw')
-rw-r--r--1systems/omo/hw/tsp.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/1systems/omo/hw/tsp.nix b/1systems/omo/hw/tsp.nix
index 99c558056..a289fadce 100644
--- a/1systems/omo/hw/tsp.nix
+++ b/1systems/omo/hw/tsp.nix
@@ -6,7 +6,8 @@ let
rev = "9c9b62e15e4ac11d4379e66b974f1389daf939fe";
});
cfg = fromJSON (readFile ../../hardware/tsp-disk.json);
- primaryInterface = "enp1s0";
+ # primaryInterface = "enp1s0";
+ primaryInterface = "wlp2s0";
rootDisk = "/dev/sda"; # TODO same as disko uses
in {
imports = [