diff options
Diffstat (limited to 'makefu/2configs')
| -rw-r--r-- | makefu/2configs/home/airsonic.nix | 2 | ||||
| -rw-r--r-- | makefu/2configs/home/ham/default.nix | 2 | ||||
| -rw-r--r-- | makefu/2configs/home/ham/device_tracker/openwrt.nix | 2 | ||||
| -rw-r--r-- | makefu/2configs/home/ham/nginx.nix | 2 | ||||
| -rw-r--r-- | makefu/2configs/home/metube.nix | 2 | ||||
| -rw-r--r-- | makefu/2configs/home/photoprism.nix | 2 | ||||
| -rw-r--r-- | makefu/2configs/home/zigbee2mqtt/default.nix | 2 | ||||
| -rw-r--r-- | makefu/2configs/printer.nix | 2 | ||||
| -rw-r--r-- | makefu/2configs/share/omo.nix | 2 | ||||
| -rw-r--r-- | makefu/2configs/storj/client.nix | 2 | 
10 files changed, 10 insertions, 10 deletions
diff --git a/makefu/2configs/home/airsonic.nix b/makefu/2configs/home/airsonic.nix index 15e77438d..c6112be26 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 f0dc4d5a8..ee3b62428 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 0a34f702a..c2b0353c6 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 e166b2a4b..cd99c0739 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 c872bea08..50646d210 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 ef4200576..ea15f645a 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 6ccf8b241..873699e3f 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 7e29b1c6f..89b5e0579 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 d9e22ad71..308142f03 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 5e6753403..d48319838 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 ];  | 
