Skip to content

Commit

Permalink
Merge pull request #574 from nix-community/fstrim
Browse files Browse the repository at this point in the history
Remove fstrim option
  • Loading branch information
Mic92 authored Dec 2, 2024
2 parents bcf23a9 + d7bc5fa commit 239c82e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nixos/common/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
./zfs.nix
];

# The majority of storage used for root filesystem is based on Sata SSD/NVMe,
# which benefits from enabling the periodic filesystem TRIM operation.
services.fstrim.enable = lib.mkDefault true;

# Use systemd during boot as well except:
# - systems with raids as this currently require manual configuration: https://github.com/NixOS/nixpkgs/issues/210210
# - for containers we currently rely on the `stage-2` init script that sets up our /etc
Expand Down

0 comments on commit 239c82e

Please sign in to comment.