10 lines
No EOL
139 B
Nix
10 lines
No EOL
139 B
Nix
{ ... }: {
|
|
services.fstrim.enable = true;
|
|
boot.supportedFilesystems = [
|
|
"ext4"
|
|
"btrfs"
|
|
"vfat"
|
|
"ntfs"
|
|
"exfat"
|
|
];
|
|
} |