diff options
author | makefu <github@syntax-fehler.de> | 2018-09-18 02:16:12 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-09-18 02:16:12 +0200 |
commit | 884c73d2c0542a303a8af93e522fc17e3578e622 (patch) | |
tree | fb011f6b60333e8cda0e963fea29124a0ef22f19 /makefu/1systems/omo/hw | |
parent | 20eebf0ca30f7fabf5cd818a81a9e60c487b0962 (diff) |
ma homeautomation: add mqtt broker with acl
Diffstat (limited to 'makefu/1systems/omo/hw')
-rw-r--r-- | makefu/1systems/omo/hw/tsp.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/makefu/1systems/omo/hw/tsp.nix b/makefu/1systems/omo/hw/tsp.nix index 99c558056..a289fadce 100644 --- a/makefu/1systems/omo/hw/tsp.nix +++ b/makefu/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 = [ |