summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--profiles/network.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/network.nix b/profiles/network.nix
index ad1dc5c..0ba325b 100644
--- a/profiles/network.nix
+++ b/profiles/network.nix
@@ -14,6 +14,12 @@
       useDHCP = false;
       nameservers = ["127.0.0.1" "::1"];
       networkmanager.dns = "none";
+      extraHosts = 
+        ''
+          100.99.246.128 pc
+          100.105.242.70 phone
+          100.109.155.123 vm
+        '';
     };
 
     services.dnscrypt-proxy2 = {