Enable fstrim

This commit is contained in:
Alexander Bantyev 2022-01-17 12:08:53 +03:00
parent 7a418c3e62
commit 829ba8fd9f
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5
2 changed files with 4 additions and 3 deletions

View File

@ -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": {

View File

@ -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;
} }