misc: init with fstrim and nix store optimisation
This commit is contained in:
parent
bb2b59cd20
commit
5c7d371ea5
4 changed files with 8 additions and 2 deletions
7
common/misc.nix
Normal file
7
common/misc.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
nix.gc.automatic = true;
|
||||
nix.optimise.automatic = true;
|
||||
services.fstrim.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue