7 lines
146 B
Nix
Raw Normal View History

2023-11-04 02:28:27 +01:00
{ pkgs, ... }: {
services.fstrim.enable = true;
services.gvfs.enable = true;
environment.systemPackages = with pkgs; [ gvfs nfs-utils ];
}