Update Blender and add SSD trimming
This commit is contained in:
parent
0717e2c401
commit
3b524a882e
8 changed files with 27 additions and 19 deletions
|
@ -1,7 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./btrfs
|
||||
./filesystems
|
||||
./immutable
|
||||
./impermanence
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
./btrfs
|
||||
./fstrim
|
||||
];
|
||||
|
||||
boot.supportedFilesystems = {
|
||||
ntfs = true;
|
||||
zfs = lib.mkForce false;
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{ ... }:
|
||||
{
|
||||
services.fstrim.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue