Enable fstrim
This commit is contained in:
parent
7a418c3e62
commit
829ba8fd9f
@ -386,11 +386,11 @@
|
|||||||
"nixpkgs": "nixpkgs_6"
|
"nixpkgs": "nixpkgs_6"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1641305975,
|
"lastModified": 1642080821,
|
||||||
"narHash": "sha256-6VxzAecTD5GNMBvGt6HJNqNGH/y+NpZIQ/gHmwdZ208=",
|
"narHash": "sha256-Nx8ijBPupciATOASX1DhOQpNJuz1tWL8P8Xb01jiHok=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nix",
|
"repo": "nix",
|
||||||
"rev": "8f214a3771f43fc77e127b87523c86ffbd94d884",
|
"rev": "5e9653c3701eddf86312b534d7e8340c0857e84b",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -3,4 +3,5 @@
|
|||||||
systemd.services.systemd-udev-settle.enable = false;
|
systemd.services.systemd-udev-settle.enable = false;
|
||||||
services.fwupd.enable = true;
|
services.fwupd.enable = true;
|
||||||
# sound.enable = true;
|
# sound.enable = true;
|
||||||
|
services.fstrim.enable = true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user