We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bcf23a9 + d7bc5fa commit 239c82eCopy full SHA for 239c82e
nixos/common/default.nix
@@ -15,10 +15,6 @@
15
./zfs.nix
16
];
17
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
-
22
# Use systemd during boot as well except:
23
# - systems with raids as this currently require manual configuration: https://github.com/NixOS/nixpkgs/issues/210210
24
# - for containers we currently rely on the `stage-2` init script that sets up our /etc
0 commit comments