diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index e8b1b3d..86182ac 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -3,11 +3,6 @@ { pkgs, lib, ... }: { - imports = - [ - ./hardware-configuration.nix - ]; - # use flakes nix.settings.experimental-features = [ "nix-command" "flakes" ];