mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
fstrim!
This commit is contained in:
parent
4469e7c8ff
commit
9d152a1131
|
@ -8,6 +8,8 @@
|
||||||
[ (modulesPath + "/installer/scan/not-detected.nix")
|
[ (modulesPath + "/installer/scan/not-detected.nix")
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.fstrim.enable = true;
|
||||||
|
|
||||||
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "usbhid" "usb_storage" "sd_mod" "radeon" ];
|
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "usbhid" "usb_storage" "sd_mod" "radeon" ];
|
||||||
boot.initrd.kernelModules = [ "radeon" ];
|
boot.initrd.kernelModules = [ "radeon" ];
|
||||||
boot.kernelModules = [ "kvm-amd" "radeon" "zenpower" "8812au" ];
|
boot.kernelModules = [ "kvm-amd" "radeon" "zenpower" "8812au" ];
|
||||||
|
|
Loading…
Reference in a new issue