From 19ce640780f7550fd7fde59781c78ae0084c1752 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Wed, 31 Jan 2024 13:17:32 +0300 Subject: [PATCH] Home : Add iot to hosts. --- .config/linux/system/host/home/Configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/linux/system/host/home/Configuration.nix b/.config/linux/system/host/home/Configuration.nix index cde3718..948a958 100644 --- a/.config/linux/system/host/home/Configuration.nix +++ b/.config/linux/system/host/home/Configuration.nix @@ -13,6 +13,7 @@ networking.hostName = "home"; networking.extraHosts = '' 10.1.0.2 git.voronind.com + 10.1.0.2 iot.voronind.com ''; networking.networkmanager.insertNameservers = [ "1.1.1.1" "8.8.8.8" ];