From fd6ed6ce63c2bbc0a1d8461173aa98f3428cde05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Mon, 13 Jun 2022 21:58:27 +0200 Subject: [PATCH] feat(home-server): update local IP address --- flake.nix | 2 +- services/home-assistant.nix | 2 +- services/samba/home-pc.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 1463d47..fa41e58 100644 --- a/flake.nix +++ b/flake.nix @@ -160,7 +160,7 @@ }; deploy.nodes.home-server = { - hostname = "192.168.1.234"; + hostname = "192.168.1.102"; profiles.system = { user = "felschr"; path = deploy-rs.lib.aarch64-linux.activate.nixos diff --git a/services/home-assistant.nix b/services/home-assistant.nix index d1eaaba..1aad617 100644 --- a/services/home-assistant.nix +++ b/services/home-assistant.nix @@ -40,7 +40,7 @@ in { unit_system = "metric"; temperature_unit = "C"; external_url = "https://home.felschr.com"; - internal_url = "http://192.168.1.234:8123"; + internal_url = "http://192.168.1.102:8123"; }; default_config = { }; config = { }; diff --git a/services/samba/home-pc.nix b/services/samba/home-pc.nix index e9faac4..56a1448 100644 --- a/services/samba/home-pc.nix +++ b/services/samba/home-pc.nix @@ -4,7 +4,7 @@ age.secrets.samba.file = ../../secrets/samba.age; fileSystems."/home/felschr/media" = { - device = "//192.168.1.234/media"; + device = "//192.168.1.102/media"; fsType = "cifs"; options = [ # automount options