summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/home/ham
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-04-08 21:39:39 +0200
committermakefu <github@syntax-fehler.de>2021-04-08 21:39:39 +0200
commitbba59bcf1115a14d913b5dff30fe6df0bc395233 (patch)
tree55b6de0e3d121daadab7a1a59370e49b9f018a65 /makefu/2configs/home/ham
parent277bafb40b27e744010d76afc3d32a24fa6c9faa (diff)
ma: move home network from 192.168.1.0/24 to 192.168.111.0/24
Diffstat (limited to 'makefu/2configs/home/ham')
-rw-r--r--makefu/2configs/home/ham/default.nix2
-rw-r--r--makefu/2configs/home/ham/device_tracker/openwrt.nix2
-rw-r--r--makefu/2configs/home/ham/nginx.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/makefu/2configs/home/ham/default.nix b/makefu/2configs/home/ham/default.nix
index f0dc4d5a..ee3b6242 100644
--- a/makefu/2configs/home/ham/default.nix
+++ b/makefu/2configs/home/ham/default.nix
@@ -5,7 +5,7 @@
##
let
prefix = (import ./lib).prefix;
- firetv_stick = "192.168.1.24";
+ firetv_stick = "192.168.111.24";
hassdir = "/var/lib/hass";
unstable = import <nixpkgs-unstable> {};
diff --git a/makefu/2configs/home/ham/device_tracker/openwrt.nix b/makefu/2configs/home/ham/device_tracker/openwrt.nix
index 0a34f702..c2b0353c 100644
--- a/makefu/2configs/home/ham/device_tracker/openwrt.nix
+++ b/makefu/2configs/home/ham/device_tracker/openwrt.nix
@@ -2,7 +2,7 @@
services.home-assistant.config.device_tracker =
[
{ platform = "luci";
- host = "192.168.1.5";
+ host = "192.168.111.5";
username = "root";
password = import <secrets/hass/router.nix>;
interval_seconds = 30; # instead of 12seconds
diff --git a/makefu/2configs/home/ham/nginx.nix b/makefu/2configs/home/ham/nginx.nix
index e166b2a4..cd99c073 100644
--- a/makefu/2configs/home/ham/nginx.nix
+++ b/makefu/2configs/home/ham/nginx.nix
@@ -1,5 +1,5 @@
let
- internal-ip = "192.168.1.11";
+ internal-ip = "192.168.111.11";
in {
services.nginx.recommendedProxySettings = true;
services.nginx.virtualHosts."hass" = {