aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nixpkgs/.config/nixpkgs/hosts.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/nixpkgs/.config/nixpkgs/hosts.nix b/nixpkgs/.config/nixpkgs/hosts.nix
new file mode 100644
index 0000000..a649ec2
--- /dev/null
+++ b/nixpkgs/.config/nixpkgs/hosts.nix
@@ -0,0 +1,9 @@
+{ config, pkgs, ... }:
+
+{ networking.extraHosts = ''
+# Your /etc/hosts entries go here
+127.0.0.2 other-localhost
+
+192.168.0.86 art-jr
+'';
+}