diff options
| author | kdam0 <me@kumardamani.net> | 2023-03-24 19:51:23 +0000 |
|---|---|---|
| committer | kdam0 <me@kumardamani.net> | 2023-03-24 19:51:23 +0000 |
| commit | a40fa362c7737d4ff498f295f4df56e04080a852 (patch) | |
| tree | ce05f187b1231edbeaa734155aa5d8a8054459f5 /nixpkgs | |
| parent | 200731ddb4a7cebc0ca95929ac9f609cb364e1a1 (diff) | |
added hosts file
Diffstat (limited to 'nixpkgs')
| -rw-r--r-- | nixpkgs/.config/nixpkgs/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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. |
