summaryrefslogtreecommitdiffstats
path: root/2configs/home/ham/default.nix
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
commitbcf44dce73d5c33c88daee3eb2a7a6521220b3af (patch)
treeab8111769d3e6da8c7ac3e2b977556971d9dd8c1 /2configs/home/ham/default.nix
parent2c2200a6d4a9111b0f3c83fa06822eba22aa54e0 (diff)
ma: move home network from 192.168.1.0/24 to 192.168.111.0/24
Diffstat (limited to '2configs/home/ham/default.nix')
-rw-r--r--2configs/home/ham/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/2configs/home/ham/default.nix b/2configs/home/ham/default.nix
index f0dc4d5a8..ee3b62428 100644
--- a/2configs/home/ham/default.nix
+++ b/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> {};