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";