mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:56:34 +01:00
clean up
This commit is contained in:
parent
73f8157b4b
commit
a04a233427
1 changed files with 0 additions and 5 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue