Skip to content

Commit 239c82e

Browse files
authored
Merge pull request #574 from nix-community/fstrim
Remove fstrim option
2 parents bcf23a9 + d7bc5fa commit 239c82e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

nixos/common/default.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515
./zfs.nix
1616
];
1717

18-
# The majority of storage used for root filesystem is based on Sata SSD/NVMe,
19-
# which benefits from enabling the periodic filesystem TRIM operation.
20-
services.fstrim.enable = lib.mkDefault true;
21-
2218
# Use systemd during boot as well except:
2319
# - systems with raids as this currently require manual configuration: https://github.com/NixOS/nixpkgs/issues/210210
2420
# - for containers we currently rely on the `stage-2` init script that sets up our /etc

0 commit comments

Comments
 (0)