From be7d8d760349e7ecd5939f9af47153f301d49331 Mon Sep 17 00:00:00 2001 From: Nickiel12 <35903114+Nickiel12@users.noreply.github.com> Date: Sat, 12 Nov 2022 14:14:53 -0800 Subject: [PATCH] removed outdated src --- hosts/configuration.nix | 5 ----- 1 file changed, 5 deletions(-) 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;