nixfiles/common/misc.nix

7 lines
125 B
Nix

{ config, lib, pkgs, ... }:
{
nix.gc.automatic = true;
nix.optimise.automatic = true;
services.fstrim.enable = true;
}