summaryrefslogtreecommitdiffstats
path: root/makefu
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
parent277bafb40b27e744010d76afc3d32a24fa6c9faa (diff)
ma: move home network from 192.168.1.0/24 to 192.168.111.0/24
Diffstat (limited to 'makefu')
-rw-r--r--makefu/2configs/home/airsonic.nix2
-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
-rw-r--r--makefu/2configs/home/metube.nix2
-rw-r--r--makefu/2configs/home/photoprism.nix2
-rw-r--r--makefu/2configs/home/zigbee2mqtt/default.nix2
-rw-r--r--makefu/2configs/printer.nix2
-rw-r--r--makefu/2configs/share/omo.nix2
-rw-r--r--makefu/2configs/storj/client.nix2
10 files changed, 10 insertions, 10 deletions
diff --git a/makefu/2configs/home/airsonic.nix b/makefu/2configs/home/airsonic.nix
index 15e77438..c6112be2 100644
--- a/makefu/2configs/home/airsonic.nix
+++ b/makefu/2configs/home/airsonic.nix
@@ -1,6 +1,6 @@
{ config, ... }:
let
- internal-ip = "192.168.1.11";
+ internal-ip = "192.168.111.11";
port = 4040;
in
{
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" = {
diff --git a/makefu/2configs/home/metube.nix b/makefu/2configs/home/metube.nix
index c872bea0..50646d21 100644
--- a/makefu/2configs/home/metube.nix
+++ b/makefu/2configs/home/metube.nix
@@ -5,7 +5,7 @@ let
port = "2348";
dl-dir = "/media/cryptX/youtube/music";
uid = 20421;
- internal-ip = "192.168.1.11";
+ internal-ip = "192.168.111.11";
in
{
systemd.tmpfiles.rules = [
diff --git a/makefu/2configs/home/photoprism.nix b/makefu/2configs/home/photoprism.nix
index ef420057..ea15f645 100644
--- a/makefu/2configs/home/photoprism.nix
+++ b/makefu/2configs/home/photoprism.nix
@@ -18,7 +18,7 @@ let
photodir = "/media/cryptX/photos";
statedir = "/media/cryptX/lib/photoprism/appsrv";
db-dir = "/media/cryptX/lib/photoprism/mysql";
- internal-ip = "192.168.1.11";
+ internal-ip = "192.168.111.11";
sec = import <secrets/photoprism.nix>;
in
{
diff --git a/makefu/2configs/home/zigbee2mqtt/default.nix b/makefu/2configs/home/zigbee2mqtt/default.nix
index 6ccf8b24..873699e3 100644
--- a/makefu/2configs/home/zigbee2mqtt/default.nix
+++ b/makefu/2configs/home/zigbee2mqtt/default.nix
@@ -3,7 +3,7 @@
let
dataDir = "/var/lib/zigbee2mqtt";
sec = import <secrets/zigbee2mqtt.nix>;
- internal-ip = "192.168.1.11";
+ internal-ip = "192.168.111.11";
webport = 8521;
in
{
diff --git a/makefu/2configs/printer.nix b/makefu/2configs/printer.nix
index 7e29b1c6..89b5e057 100644
--- a/makefu/2configs/printer.nix
+++ b/makefu/2configs/printer.nix
@@ -24,7 +24,7 @@ in {
netConf =
# drucker.lan SCX-3205W
''
- 192.168.1.16''
+ 192.168.111.16''
# uhrenkind.shack magicolor 1690mf
+ ''
10.42.20.30'';
diff --git a/makefu/2configs/share/omo.nix b/makefu/2configs/share/omo.nix
index d9e22ad7..308142f0 100644
--- a/makefu/2configs/share/omo.nix
+++ b/makefu/2configs/share/omo.nix
@@ -4,7 +4,7 @@ with import <stockholm/lib>;
let
hostname = config.krebs.build.host.name;
# TODO local-ip from the nets config
- local-ip = "192.168.1.11";
+ internal-ip = "192.168.111.11";
# local-ip = config.krebs.build.host.nets.retiolum.ip4.addr;
in {
diff --git a/makefu/2configs/storj/client.nix b/makefu/2configs/storj/client.nix
index 5e675340..d4831983 100644
--- a/makefu/2configs/storj/client.nix
+++ b/makefu/2configs/storj/client.nix
@@ -1,7 +1,7 @@
{ lib, ... }:
let
port = "14002";
-internal-ip = "192.168.1.11";
+ internal-ip = "192.168.111.11";
in
{
networking.firewall.allowedTCPPorts = [ 28967 ];