diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 851234e..5e7d007 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -5,11 +5,6 @@ { config, lib, pkgs, user, inputs, ... }: { - imports = - [ # Include the results of the hardware scan. - ./hardware-configuration.nix - ]; - boot.supportedFilesystems = [ "nfts" ]; boot.loader.systemd-boot.configurationLimit = 5;