summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-09-13 12:17:24 +0530
committersinanmohd <sinan@sinanmohd.com>2024-09-13 12:19:13 +0530
commit1e6c9f709f0bc233f294c938c9ff57f166553557 (patch)
tree5a4b49221bbb979a42c54c2e2ba9219ff1e324cf /os
parent2d63721c32936da54f15f638be2f449f3ef4ba69 (diff)
kay/hardware-configuration: enable fstrim
Diffstat (limited to 'os')
-rw-r--r--os/kay/hardware-configuration.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/kay/hardware-configuration.nix b/os/kay/hardware-configuration.nix
index 5e2efdf..705dc0c 100644
--- a/os/kay/hardware-configuration.nix
+++ b/os/kay/hardware-configuration.nix
@@ -21,6 +21,7 @@
];
};
+ services.fstrim.enable = true;
fileSystems = {
"/" = {
device = "/dev/disk/by-uuid/2eeacf49-c51e-4229-bd4a-ae437014725f";