From a40fa362c7737d4ff498f295f4df56e04080a852 Mon Sep 17 00:00:00 2001 From: kdam0 Date: Fri, 24 Mar 2023 15:51:23 -0400 Subject: added hosts file --- nixpkgs/.config/nixpkgs/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixpkgs') diff --git a/nixpkgs/.config/nixpkgs/configuration.nix b/nixpkgs/.config/nixpkgs/configuration.nix index 16607e5..69ff0d1 100644 --- a/nixpkgs/.config/nixpkgs/configuration.nix +++ b/nixpkgs/.config/nixpkgs/configuration.nix @@ -4,6 +4,8 @@ imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix + # Include extra host entries + ./hosts.nix ]; # Use the systemd-boot EFI boot loader. -- cgit v1.2.3