Enable fstrim
This commit is contained in:
parent
99a8a57fb2
commit
7146080ba3
@ -4,6 +4,7 @@
|
|||||||
imports = [
|
imports = [
|
||||||
./hardware/cpu/tiger-lake.nix
|
./hardware/cpu/tiger-lake.nix
|
||||||
./hardware/gpu/nvidia.nix
|
./hardware/gpu/nvidia.nix
|
||||||
|
./hardware/ssd/ssd.nix
|
||||||
./gaming.nix
|
./gaming.nix
|
||||||
./nh.nix
|
./nh.nix
|
||||||
];
|
];
|
||||||
|
|||||||
5
modules/nixos/alienware/hardware/ssd/ssd.nix
Normal file
5
modules/nixos/alienware/hardware/ssd/ssd.nix
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{ lib, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
services.fstrim.enable = lib.mkDefault true;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user