Home : Add iot to hosts.

This commit is contained in:
Dmitry Voronin 2024-01-31 13:17:32 +03:00
parent 31c34f3292
commit 19ce640780

View file

@ -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" ];