diff --git a/configuration.nix b/configuration.nix index 99caad9..ea1a079 100644 --- a/configuration.nix +++ b/configuration.nix @@ -5,11 +5,6 @@ { config, pkgs, lib, ... }: { - imports = - [ # Include the results of the hardware scan. - ./hardware-configuration.nix - ]; - # Bootloader. boot.loader.systemd-boot = { enable = true; diff --git a/flake.nix b/flake.nix index dd3d18c..aec53df 100644 --- a/flake.nix +++ b/flake.nix @@ -23,6 +23,7 @@ # Import the previous configuration.nix we used, # so the old configuration file still takes effect ./configuration.nix + ./hosts/anzu/hardware-configuration.nix # Add NUR overlay nur.modules.nixos.default # Add home-manager diff --git a/hardware-configuration.nix b/hosts/anzu/hardware-configuration.nix similarity index 100% rename from hardware-configuration.nix rename to hosts/anzu/hardware-configuration.nix