From a121e90309adfdfdd78f5193036b9df280785167 Mon Sep 17 00:00:00 2001 From: kdam0 Date: Fri, 24 Mar 2023 16:08:12 -0400 Subject: hosts file --- nixpkgs/.config/nixpkgs/hosts.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 nixpkgs/.config/nixpkgs/hosts.nix 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 +''; +} -- cgit v1.2.3