diff options
Diffstat (limited to 'modules/nixos/hardware/ssd.nix')
| -rw-r--r-- | modules/nixos/hardware/ssd.nix | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/modules/nixos/hardware/ssd.nix b/modules/nixos/hardware/ssd.nix deleted file mode 100644 index 7279a12..0000000 --- a/modules/nixos/hardware/ssd.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ - config, - lib, - ... -}: let - cfg = config.hardware.ssd; - inherit (lib) mkEnableOption mkIf; -in { - options.hardware.ssd.enable = mkEnableOption "ssd settings"; - - config = mkIf cfg.enable { - services.fstrim.enable = true; - }; -} |
