This commit is contained in:
Johannes Jöns 2023-08-14 17:35:35 +02:00
parent 73f8157b4b
commit a04a233427

View file

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