diff --git a/configuration.nix b/configuration.nix index 01ad8aa..1d402ad 100755 --- a/configuration.nix +++ b/configuration.nix @@ -1,10 +1,7 @@ { config, lib, pkgs, ... }: { - imports = - [ # Include the results of the hardware scan. - ./hardware-configuration.nix - ]; + imports = [ ]; # Use the systemd-boot EFI boot loader. # boot.loader.systemd-boot.enable = true; diff --git a/flake.nix b/flake.nix index b3f01aa..19f036c 100755 --- a/flake.nix +++ b/flake.nix @@ -24,6 +24,8 @@ system = "x86_64-linux"; modules = [ ./configuration.nix + ./hardware-configuration.nix + ./disk-config.nix impermanence.nixosModules.impermanence sops-nix.nixosModules.sops home-manager.nixosModules.home-manager {