baremetal: enable fstrim

This commit is contained in:
Sandro - 2023-05-20 02:46:07 +02:00
parent 7ba4cc2c9a
commit 5eba2dc00e
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 5 additions and 1 deletions

View File

@ -14,6 +14,10 @@
"kvm" "big-parallel" "nixos-test" "benchmark"
];
services.smartd.enable = true;
services = {
# just assume there are ssd's everywhere
fstrim.enable = true;
smartd.enable = true;
};
};
}