From a04a233427613bb52a8884b385bb5f9d185b8fa0 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Mon, 14 Aug 2023 17:35:35 +0200 Subject: [PATCH] clean up --- systems/inugami/hardware-configuration.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/systems/inugami/hardware-configuration.nix b/systems/inugami/hardware-configuration.nix index 051986b..ef72d85 100644 --- a/systems/inugami/hardware-configuration.nix +++ b/systems/inugami/hardware-configuration.nix @@ -8,10 +8,7 @@ boot = { initrd = { availableKernelModules = [ "xhci_pci"]; - kernelModules = [ ]; }; - kernelModules = [ ]; - extraModulePackages = [ ]; }; fileSystems."/" = { @@ -19,8 +16,6 @@ fsType = "ext4"; }; - swapDevices = [ ]; - networking.useDHCP = lib.mkDefault true; nixpkgs.hostPlatform = "aarch64-linux"; powerManagement.cpuFreqGovernor = "ondemand";