aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/.config
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/.config')
-rw-r--r--nixpkgs/.config/nixpkgs/configuration.nix2
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.