1
0
Fork 0

configuration/common: enable fstrim on all hosts

This commit is contained in:
clerie 2023-02-25 03:06:08 +01:00
parent 2fd7a4c5aa
commit 7103535731
1 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,8 @@
];
};
services.fstrim.enable = true;
nixpkgs.overlays = [
(import ../../pkgs/overlay.nix)
];